diff --git a/dev/moonpool/Moonpool/Fifo_pool/index.html b/dev/moonpool/Moonpool/Fifo_pool/index.html index 8d9380c0..d70bd877 100644 --- a/dev/moonpool/Moonpool/Fifo_pool/index.html +++ b/dev/moonpool/Moonpool/Fifo_pool/index.html @@ -5,4 +5,5 @@ ?on_exn:(exn -> Stdlib.Printexc.raw_backtrace -> unit) -> ?around_task:((t -> 'b) * (t -> 'b -> unit)) -> ?num_threads:int -> - 'a
val create : (unit -> t, _) create_argscreate () makes a new thread pool.
val with_ : (unit -> (t -> 'a) -> 'a, _) create_args