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

atomic_access_supported

mutate.atomic_access_supported

Does the current system permit atomic accesses to values of type T?

This is typically true for ref values and for small primitive types
such as `i32`, `f64`, etc. while this is typically not the case for
more complex types such as `point(x,y i64)`.

For mutable fields created by heirs of `concur.atomic_mutate`, it will
not be possible to use `get_racy` or `put_racy` unless they are
performed on a type where these accesses are atomic.

Type Parameters

0.099dev (GIT hash 1bef408f37c37f3ff3417cdf772c6c40c76064ca)
last changed: 2026-09-17