Module wasmtime_environ::__core::sync
1.0.0 · source · Expand description
Synchronization primitives
Modules§
- Atomic types
Structs§
- Exclusive
Experimental Exclusive
provides only mutable access, also referred to as exclusive access to the underlying value. It provides no immutable, or shared access to the underlying value.