full-barrier
ErrorsCollection

full-barrier

Synthesised documentation from type/Thread

From type/Thread

See Original text in context

sub full-barrier()

Performs a full memory barrier, preventing re-ordering of reads/writes. Required for implementing some lock-free data structures and algorithms.