package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method config_internal : (string * polysocket_kind_box) list
method container_event_system : unit -> Unixqueue.event_system
method container_run : Unixqueue.event_system -> unit
method global_exception_handler : exn -> bool
method post_add_hook : socket_service -> controller -> unit
method post_finish_hook : socket_service -> controller -> container_id -> unit
method post_rm_hook : socket_service -> controller -> unit
method post_start_hook : container -> unit
method pre_finish_hook : container -> unit
method pre_start_hook : socket_service -> controller -> container_id -> unit
method process : when_done:(unit -> unit) -> container -> Unix.file_descr -> string -> unit
method process_internal : when_done:(unit -> unit) -> container -> polyserver_box -> string -> unit
method receive_admin_message : container -> string -> string array -> unit
method receive_message : container -> string -> string array -> unit
method shutdown : unit -> unit
method supported_ptypes : parallelization_type list
method system_shutdown : unit -> unit
method workload_hook : container -> bool -> int -> unit