Async_extramodule Bus : sig ... endAn Async extension of Core_kernel.Bus. Functions that share the same name and types as those in Core_kernel.Bus are direct calls to same.
module Command : sig ... endAsync.Command is Core.Command with additional Async functions.
module Rpc : sig ... endThis module just re-exports lots of modules from Async_rpc_kernel and adds some Unix-specific wrappers in Connection (for using Reader, Writer, and Tcp). For documentation, see Rpc and Connection_intf in the Async_rpc_kernel library.
module Tcp : sig ... endTcp supports connection to inet sockets and unix sockets.
module User_and_group : sig ... endWrapper around Core.User_and_group with a deferred for_this_process / for_this_process_exn.
module Versioned_rpc = Async_rpc_kernel.Versioned_rpc