Up

Module Async_extended

Signature

module Any_error : sig .. end
module Async_cbreak : sig .. end
module Async_color_print : sig .. end
module Async_heap : sig .. end
module Async_mutex : sig .. end
An async interface to the usual notion of mutex, in particular where lock returns a unit Deferred.t rather than blocking.
module Coalesced_throttle : sig .. end
module Command_rpc : sig .. end
Utilities for RPC communication with a child process over stdin and stdout.
module Cpu_load : sig .. end
module Deferred_cache : sig .. end
module Deferred_list : sig .. end
module Delimited : sig .. end
All readers defined below will raise if they encounter unparsable content.
module Deprecated_async_bench : sig .. end
module Durable : sig .. end
Durable is designed to help recover from simple errors when using mutable data types that silently fail and can be easily rebuilt or created anew.
module Durable_subscription : sig .. end
module Embedded_script : sig .. end
module Enforcer : sig .. end
module Extended_log : sig .. end
module Fd_leak_check : sig .. end
module File_updates : sig .. end
module Find : sig .. end
module Generator : sig .. end
A generator is a consumer-driven source of data.
module Inotify : sig .. end
module Interactive : sig .. end
module Interactive_edit : sig .. end
module Keyed_sequencer : sig .. end
module Ltl : sig .. end
module Mailbox : sig .. end
module Pipe_zipper : sig .. end
module Priority_queue : sig .. end
module Process : sig .. end
This module is deprecated; please use Async.Std.Process.
module Reader_ext : sig .. end
module Ref : sig .. end
module Resource : sig .. end
module Rpc_proxy : sig .. end
module Safe_pipe : sig .. end
Alternatives to appropriate Pipe.* functions that would catch exceptions raised by transformation functions and convert them to Errors on the output pipe, closing it afterwards.
module Semaphore : sig .. end
The standard semaphore concept, with an async API.
module Shell : sig .. end
module Shutdown : sig .. end
module Signal : sig .. end
module Sound : sig .. end
module Std : sig .. end
module Synccast : sig .. end
module Udp : sig .. end
module Watcher : sig .. end