Module Async_extra
module Bus : sig ... end
An Async extension of
Core_kernel.Bus
. Functions that share the same name and types as those inCore_kernel.Bus
are direct calls to same.
module Command : sig ... end
Async.Command
isCore.Command
with additional Async functions.
module Rpc : sig ... end
This module just re-exports lots of modules from
Async_rpc_kernel
and adds some Unix-specific wrappers inConnection
(for usingReader
,Writer
, andTcp
). For documentation, seeRpc
andConnection_intf
in theAsync_rpc_kernel
library.
module Tcp : sig ... end
Tcp
supports connection toinet
sockets andunix
sockets.
module User_and_group : sig ... end
Wrapper around
Core.User_and_group
with a deferredfor_this_process
/for_this_process_exn
.
module Versioned_rpc = Async_rpc_kernel.Versioned_rpc