val sleep_ns : int64 -> unit Lwt.t
sleep_ns n
Block the current thread for n
nanoseconds, treating the n
unsigned.
Delayed.1-T
val sleep_ns : int64 -> unit Lwt.t
sleep_ns n
Block the current thread for n
nanoseconds, treating the n
unsigned.