Module Async_extra
module Bus : sig ... endAn Async extension of
Core_kernel.Bus. Functions that share the same name and types as those inCore_kernel.Busare direct calls to same.
module Command : sig ... endAsync.CommandisCore.Commandwith additional Async functions.
module Rpc : sig ... endThis module just re-exports lots of modules from
Async_rpc_kerneland adds some Unix-specific wrappers inConnection(for usingReader,Writer, andTcp). For documentation, seeRpcandConnection_intfin theAsync_rpc_kernellibrary.
module Tcp : sig ... endTcpsupports connection toinetsockets andunixsockets.
module User_and_group : sig ... endWrapper around
Core.User_and_groupwith a deferredfor_this_process/for_this_process_exn.
module Versioned_rpc = Async_rpc_kernel.Versioned_rpc