package eio

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

Parameter Make.Cell

type 'a t
val init : 'a t

The value to give newly-allocated cells.

val segment_order : int

The number of bits to use for the offset into the segment.

The number of cells per segment is 2 ** segment_order.

val dump : _ t Fmt.t

Display the cell state for debugging.

OCaml

Innovation. Community. Security.