package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method create_mem_mutex : unit -> (unit -> unit) * (unit -> unit)
method current_sys_id : [ `Process of int | `Thread of int ]
method init : unit -> unit
method ptype : parallelization_type
method start_thread : (par_thread -> unit) -> Unix.file_descr list -> Unix.file_descr list -> string -> logger -> par_thread