2 lines
51 B
Standard ML
2 lines
51 B
Standard ML
|
|
let sleep_ns x = Lwt_unix.sleep (Duration.to_f x)
|
|
|
let sleep_ns x = Lwt_unix.sleep (Duration.to_f x)
|