package async_rpc_kernel

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

Binary headers containing message lengths. All transports should use this to ensure binary compatibility.

val length : int
val unsafe_get_payload_length : Core_kernel.Bigstring.t -> pos:int -> int
val unsafe_set_payload_length : Core_kernel.Bigstring.t -> pos:int -> int -> unit