package hvsock
-
hvsock
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include V1_LWT.TIME
type 'a io = 'a Lwt.t
The type for potentially blocking I/O operation
val sleep : float -> unit io
sleep nsec
Block the current thread for. FIXME: remove float.