Named_pipe_lwt.Clientval openpipe : string -> t Lwt.tConnect to the named pipe server on the given path (e.g. \\.\pipe\foo). If the server isn't running then this raises Unix_error(Unix.ENOENT...). If the server is busy then this function blocks.
val to_fd : t -> Lwt_unix.file_descr