Module Lwt_unix.Versioned

module Versioned: sig .. end
Versioned variants of APIs undergoing breaking changes.

val bind_1 : Lwt_unix.file_descr -> Lwt_unix.sockaddr -> unit
Deprecated.Use Lwt_unix.Versioned.bind_2.
Alias for the current Lwt_unix.bind.
Since 2.7.0
val bind_2 : Lwt_unix.file_descr -> Lwt_unix.sockaddr -> unit Lwt.t
Like Lwt_unix.bind, but evaluates to an Lwt thread, in order to avoid blocking the process in case the given socket is a Unix domain socket.
Since 2.7.0