mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
fix warning
This commit is contained in:
parent
2acf4b28eb
commit
0780dcf703
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ let relax = Domain.cpu_relax
|
||||||
|
|
||||||
let suspend_pre_5 =
|
let suspend_pre_5 =
|
||||||
{|
|
{|
|
||||||
open Suspend_types_
|
|
||||||
let suspend _ = failwith "Thread suspension is only available on OCaml >= 5.0"
|
let suspend _ = failwith "Thread suspension is only available on OCaml >= 5.0"
|
||||||
let with_suspend ~run:_ f : unit = f()
|
let with_suspend ~run:_ f : unit = f()
|
||||||
|}
|
|}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue