3 lines
51 B
OCaml
3 lines
51 B
OCaml
|
|
|
||
|
|
let sleep_ns x = Lwt_unix.sleep (Duration.to_f x)
|