Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

write_fence

mutate.write_fence

Perform a write fence, i.e., enforce ordering between the previous and the next
write operations: make sure that no previous write will be swapped with the any
following write operation.

When no other synchronization mechanism is used, this is required between writes
of fields that are accessed by concurrent threads to ensure that the order seen
by the reading thread corresponds to the syntactical order the writes were
performed in.
0.099dev (GIT hash 1bef408f37c37f3ff3417cdf772c6c40c76064ca)
last changed: 2026-09-17