Module Lwt_lib


module Lwt_lib: sig .. end
Cooperative getaddrinfo with cache (using Lwt_preemptive.detach)

val getaddrinfo : string -> string -> Unix.getaddrinfo_option list -> Unix.addr_info list Lwt.t
Cooperative getaddrinfo with cache (using Lwt_preemptive.detach)
val gethostbyname : string -> Unix.host_entry Lwt.t
Cooperative gethostbyname with cache (using Lwt_preemptive.detach)
val getnameinfo : Unix.sockaddr -> Unix.getnameinfo_option list -> Unix.name_info Lwt.t
Cooperative getnameinfo with cache (using Lwt_preemptive.detach)