package async

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

Module Low_latency_transport.With_internal_readerSource

Sourcetype t = {
  1. reader_with_internal_reader : Reader.With_internal_reader.t;
  2. writer : Writer.t;
}
Sourceval create : ?config:Config.t -> max_message_size:int -> Async_unix.Fd.t -> t
OCaml

Innovation. Community. Security.