package git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unixiz.MakeSource

Parameters

module Flow : Mirage_flow.S

Signature

include Sigs.FLOW with type +'a fiber = 'a Lwt.t and type error = [ `Error of Flow.error | `Write_error of Flow.write_error ]
Sourcetype +'a fiber = 'a Lwt.t
Sourcetype t
Sourcetype error = [
  1. | `Error of Flow.error
  2. | `Write_error of Flow.write_error
]
Sourceval recv : t -> Cstruct.t -> ([ `End_of_flow | `Input of int ], error) Stdlib.result fiber
Sourceval send : t -> Cstruct.t -> (int, error) Stdlib.result fiber
Sourceval pp_error : error Fmt.t
Sourceval make : Flow.flow -> t
OCaml

Innovation. Community. Security.