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