module Block_group: Block_group
Block_group
type t = Async_core.Block_group.t
Async_core.Block_group.t
val create : ?min_reserved_threads:int -> ?max_reserved_threads:int -> unit -> [ `Ok of t | `Out_of_threads ]
?min_reserved_threads:int -> ?max_reserved_threads:int -> unit -> [ `Ok of t | `Out_of_threads ]