package named-pipe

  1. Overview
  2. Docs
Named pipe bindings

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.tar.gz
sha256=c096db1305e734322382510f5d1bc24c5ace2ca02e8b507c8b2eda7678658cf5
md5=33a003c2041225f5de6fdde94cb84cbd

doc/named-pipe.lwt/Named_pipe_lwt/Client/index.html

Module Named_pipe_lwt.Client

type t

A connection to a named pipe server

val openpipe : string -> t Lwt.t

Connect 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
OCaml

Innovation. Community. Security.