Version 1.0.0
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!
module Lwt_preemptive:This module allows to mix preemptive threads withsig..end
Lwt cooperative threads. It maintains an extensible pool of preemptive threads to with you can detach computations.val detach : ('a -> 'b) -> 'a -> 'b Lwt.tval init : int -> int -> (string -> unit) -> 'a Lwt.tval set_max_number_of_threads_queued : int -> unitval get_max_number_of_threads_queued : unit -> int