val sleep_ns : int64 -> unit Lwt.t
sleep_ns n
Block the current thread for n
nanoseconds, treating the n
unsigned.
Mirage_time.S
Sleep operations.
val sleep_ns : int64 -> unit Lwt.t
sleep_ns n
Block the current thread for n
nanoseconds, treating the n
unsigned.