diff --git a/moonpool/Moonpool/Fifo_pool/index.html b/moonpool/Moonpool/Fifo_pool/index.html index 91417144..51f626e7 100644 --- a/moonpool/Moonpool/Fifo_pool/index.html +++ b/moonpool/Moonpool/Fifo_pool/index.html @@ -5,4 +5,4 @@ ?on_exn:(exn -> Stdlib.Printexc.raw_backtrace -> unit) -> ?num_threads:int -> ?name:string -> - 'a
val create : (unit -> t, _) create_argscreate () makes a new thread pool.
val with_ : (unit -> (t -> 'a) -> 'a, _) create_args