mte/unikernel/duniverse/mirage-unix/lib/time.ml
2025-11-11 02:07:51 +01:00

2 lines
51 B
Standard ML

let sleep_ns x = Lwt_unix.sleep (Duration.to_f x)