Ocsigen

This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!

sig
  val detach : ('-> 'b) -> '-> 'Lwt.t
  val init : int -> int -> (string -> unit) -> 'Lwt.t
  val set_max_number_of_threads_queued : int -> unit
  val get_max_number_of_threads_queued : unit -> int
  val nbthreads : unit -> int
  val nbthreadsbusy : unit -> int
  val nbthreadsqueued : unit -> int
end