Module CCPool.Make
Create a new Pool
Parameters
Signature
val run2 : ('a -> 'b -> _) -> 'a -> 'b -> unitval run3 : ('a -> 'b -> 'c -> _) -> 'a -> 'b -> 'c -> unitval set_exn_handler : (exn -> unit) -> unitval active : unit -> boolactive ()is true as long asstop()has not been called yet.
val stop : unit -> unitAfter calling
stop (), most functions will raise Stopped. This has the effect of preventing new tasks from being executed.
module Fut : sig ... end