package hvsock
-
hvsock
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Mirage_time_lwt.S
type 'a io = 'a Lwt.t
The type for potentially blocking I/O operation
val sleep_ns : int64 -> unit io
sleep_ns n
Block the current thread for n
nanoseconds, treating the n
unsigned.