Std.Sync.Cell
1 declaration
type
CellThis declaration introduces a public type.
What it does
A value more than one thread may read and replace.
The type parameter is carried by the cell rather than by what it holds, so
a cell of numbers and a cell of text are different types and putting the
wrong thing in one is a compile error.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
