Skip to content

Cells

Cross-process single-value cells

PrimitiveUse when
Shared CellSingle typed value updated atomically from any process
Shared Once CellInitialise exactly once across processes; subsequent processes read the cached result

For the prose overview, see shared-cell .