module 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 Lock_file : sig ... endAsync.Lock_file is a wrapper that provides Async equivalents for
Core.Lock_file.
module Persistent_connection : sig ... endmodule 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 Schedule_v5 : sig ... endExtends Core.Schedule_v5 with functions for asynchronously
handling events in the schedule.
module Udp : sig ... endA grab-bag of performance-oriented, UDP-oriented network tools. These provide some convenience, but they are more complex than basic applications require.
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_rpcmodule Weak_hashtbl : sig ... endLike Core.Weak_hashtbl, but automatically collects keys with
unused data, rather than requiring user code to call
remove_keys_with_unused_data.