Module Block_group

module Block_group: Block_group

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