Expand description
This is public primarily for the integration tests in tests/*
, which is the
recommended way of writing loom tests.
Not actually intended for usage by other crates. Synchronization primitives that are modeled in loom
This module provides some very low-level primitives, such as atomics, and futex. When testing under loom they model the corresponding operation in loom instead of executing it natively.
Modules§
- Atomic types
Structs§
- A boolean type which can be safely shared between threads.
- An integer type which can be safely shared between threads.
- An integer type which can be safely shared between threads.
- An integer type which can be safely shared between threads.
- An integer type which can be safely shared between threads.
- A mutable memory location.
Enums§
- Atomic memory orderings