package async_parallel

  1. Overview
  2. Docs
module U = Core.Unix
module Socket_file : sig ... end
module Debug = Async_kernel.Async_kernel_private.Debug
val debug : bool
val oc : Core.Out_channel.t lazy_t
val dbp : Base.string -> Base.unit
val my_ip : U.Inet_addr.t lazy_t
module Cluster : sig ... end
val socket_connect_inet : ([< `Bound | `Unconnected ], [< Async.Socket.Address.t Inet ] as 'a) Async.Socket.t -> (U.Inet_addr.t * int) -> ([ `Active ], 'a) Async.Socket.t Async_kernel.Deferred.t