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