package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method add_abort_action : group -> (group -> exn -> unit) -> unit
method add_close_action : group -> (Unix.file_descr * (Unix.file_descr -> unit)) -> unit
method add_event : event -> unit
method add_handler : group -> (event_system -> event Equeue.t -> event -> unit) -> unit
method add_resource : group -> (operation * float) -> unit
method add_weak_resource : group -> (operation * float) -> unit
method clear : group -> unit
method exists_resource : operation -> bool
method is_running : bool
method new_group : unit -> group
method new_wait_id : unit -> wait_id
method remove_resource : group -> operation -> unit
method run : unit -> unit
method when_blocking : (unit -> unit) -> unit