Up

Module Import

Signature

module U = Core.Std.Unix
module Socket_file : sig .. end
val debug : bool
val oc : Core.Std.Out_channel.t lazy_t
val dbp : string -> unit
val my_ip : U.Inet_addr.t lazy_t
module Cluster : sig .. end
val socket_connect_inet : ([<
| `Bound
| `Unconnected
], ([< > `Inet] as 'a) ) Async.Std.Socket.t -> U.Inet_addr.t * int -> ([
| `Active
], 'a) Async.Std.Socket.t Async_unix.Import.Deferred.t