Ocsigen

This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!

Module Lwt_lib


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

val getaddrinfo : string -> string -> Unix.getaddrinfo_option list -> Unix.addr_info list Lwt.t
Cooperative getaddrinfo with cache (using Preemptive.detach)
val gethostbyname : string -> Unix.host_entry Lwt.t
Cooperative gethostbyname with cache (using Preemptive.detach)