package dns

  1. Overview
  2. Docs
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.