mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
fix
This commit is contained in:
parent
e1219ade54
commit
44c155751c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,6 +58,6 @@ let with_suspend ~on_suspend ~(run : name:string -> task -> unit)
|
||||||
[@@@ocaml.alert "+unstable"]
|
[@@@ocaml.alert "+unstable"]
|
||||||
[@@@else_]
|
[@@@else_]
|
||||||
|
|
||||||
let[@inline] with_suspend ~name:_ ~on_suspend:_ ~run:_ f = f ()
|
let[@inline] with_suspend ~on_suspend:_ ~run:_ ~resume:_ f = f ()
|
||||||
|
|
||||||
[@@@endif]
|
[@@@endif]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue