package async_rpc_kernel

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

A group internally holds a buffer to serialize messages only once. This buffer will grow automatically to accomodate bigger messages.

It is safe to share the same buffer between multiple groups.

type t
val create : ?initial_size:int -> unit -> t