package async

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

async v0.12.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

async

Documentation:

async.lock_file_async

Documentation:

  • Lock_file_async Async.Lock_file is a wrapper that provides Async equivalents for Lock_file.

async.log_extended

Documentation:

async.persistent_connection

Documentation:

async.unpack_sequence

Documentation:

  • Unpack_sequence Unpack_sequence uses an Unpack_buffer.t to unpack a sequence of packed values coming from a string Pipe.Reader.t or a Reader.t. It can produce a pipe of upacked values or iterate a user-supplied function over the unpacked values.