mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
compat 4.08
This commit is contained in:
parent
3e614ec992
commit
5409cf8e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ type mut_cond = {
|
|||
}
|
||||
|
||||
type state = {
|
||||
active: bool Atomic.t; (** Becomes [false] when the pool is shutdown. *)
|
||||
active: bool A.t; (** Becomes [false] when the pool is shutdown. *)
|
||||
workers: worker_state array; (** Fixed set of workers. *)
|
||||
main_q: task Queue.t; (** Main queue for tasks coming from the outside *)
|
||||
mc: mut_cond; (** Used to block on [main_q] *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue