package git-net

  1. Overview
  2. Docs
A Mirage_kv implementation using git

Install

dune-project
 Dependency

Authors

Maintainers

Sources

git-kv-0.2.3.tbz
sha256=f157c963642c427d5d4993109eeffebe1797ba149e0076afca07a2e589988bce
sha512=f2b6dc52c6e09bf2d9959b5eb8f8312441ff5f0e575416c5fd8794c46dea8b17e106cd874e9a5f07c4b362f6b15347467e8b49184293677795145c03a18f5eb7

doc/git-net.unix/Git_net_unix/FIFO/index.html

Module Git_net_unix.FIFOSource

Sourceval (>>?) : ('a, 'b) Lwt_result.t -> ('a -> ('c, 'b) Lwt_result.t) -> ('c, 'b) Lwt_result.t
Sourcetype flow = Lwt_unix.file_descr * Lwt_unix.file_descr
Sourcetype endpoint = Fpath.t
Sourcetype error = [
  1. | `Error of Unix.error * string * string
]
Sourcetype write_error = [
  1. | `Closed
  2. | `Error of Unix.error * string * string
]
Sourceval pp_error : Format.formatter -> [< `Error of Unix.error * string * string ] -> unit
Sourceval pp_write_error : Format.formatter -> [< `Closed | `Error of Unix.error * string * string ] -> unit
Sourceval read : (Lwt_unix.file_descr * 'a) -> ([> `Data of Cstruct.t | `Eof ], [> `Error of Unix.error * string * string ]) result Lwt.t
Sourceval write : ('a * Lwt_unix.file_descr) -> Cstruct.t -> (unit, [> `Error of Unix.error * string * string ]) result Lwt.t
Sourceval writev : ('a * Lwt_unix.file_descr) -> Cstruct.t list -> (unit, [> `Error of Unix.error * string * string ]) Lwt_result.t
Sourceval close : (Lwt_unix.file_descr * Lwt_unix.file_descr) -> unit Lwt.t
Sourceval shutdown : (Lwt_unix.file_descr * Lwt_unix.file_descr) -> [< `read | `read_write | `write ] -> unit Lwt.t
Sourceval connect : Fpath.t -> (Lwt_unix.file_descr * Lwt_unix.file_descr, [> `Error of Unix.error * string * string ]) result Lwt.t