mte/unikernel/duniverse/mirage-unix/lib/time.ml

3 lines
51 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
let sleep_ns x = Lwt_unix.sleep (Duration.to_f x)