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

racy_read

concur.atomic.racy_read

read the value stored in this atomic and do not care about synchronization.

In case of concurrent write operations, the result that is read may be
outdated. In the presence of concurrent writes and no synchronization,
out-of-thin-air values are possible (see https://dl.acm.org/doi/10.1145/3276506).

In general, this is useful only for debugging or monitoring purposes where
occasionally wrong random results are acceptable.
Precondition
pre
  debug: racy_accesses_supported
0.095dev (GIT hash 09dff08de289bbb6f7136c7e2f8c66dcc1856bba)
last changed: 2026-04-16