package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type async_out_channel = object ... end
class type async_in_channel = object ... end
class receiver : src:Unix.file_descr -> dst:async_out_channel -> ?close_src:bool -> ?close_dst: bool -> Unixqueue.event_system -> Uq_engines.engine
class sender : src:async_in_channel -> dst:Unix.file_descr -> ?close_src:bool -> ?close_dst: bool -> Unixqueue.event_system -> Uq_engines.engine
class type async_out_channel_engine = object ... end
class type async_in_channel_engine = object ... end
class output_async_descr : dst:Unix.file_descr -> ?buffer_size:int -> ?close_dst:bool -> Unixqueue.event_system -> async_out_channel_engine
class input_async_descr : src:Unix.file_descr -> ?buffer_size:int -> ?close_src:bool -> Unixqueue.event_system -> async_in_channel_engine
type copy_task = [
  1. | `Bidirectional of Unix.file_descr * Unix.file_descr
  2. | `Tridirectional of Unix.file_descr * Unix.file_descr * Unix.file_descr
  3. | `Uni_socket of Unix.file_descr * Unix.file_descr
  4. | `Unidirectional of Unix.file_descr * Unix.file_descr
]
type onshutdown_out_spec = [
  1. | `Action of async_out_channel_engine -> Uq_engines.multiplex_controller -> unit Uq_engines.engine_state -> unit
  2. | `Ignore
  3. | `Initiate_shutdown
]
type onshutdown_in_spec = [
  1. | `Action of async_in_channel_engine -> Uq_engines.multiplex_controller -> unit Uq_engines.engine_state -> unit
  2. | `Ignore
  3. | `Initiate_shutdown
]
class output_async_mplex : ?onclose:[ `Ignore | `Write_eof ] -> ?onshutdown:onshutdown_out_spec -> ?buffer_size: int -> Uq_engines.multiplex_controller -> async_out_channel_engine
OCaml

Innovation. Community. Security.