Closed amongonz closed 1 month ago
As of moonpool 0.7, Moonpool_fib has:
Moonpool_fib
val spawn : ?on:Moonpool.Runner.t -> ?protect:bool -> (unit -> 'a) -> 'a t val spawn_ignore : ?protect:bool -> (unit -> _) -> unit
spawn_ignore is missing the ?on:Moonpool.Runner.t parameter.
spawn_ignore
?on:Moonpool.Runner.t
Thank you, good catch.
As of moonpool 0.7,
Moonpool_fib
has:spawn_ignore
is missing the?on:Moonpool.Runner.t
parameter.