Cells
Cross-process single-value cells
| Primitive | Use when |
|---|---|
| Shared Cell | Single typed value updated atomically from any process |
| Shared Once Cell | Initialise exactly once across processes; subsequent processes read the cached result |
For the prose overview, see shared-cell .