Module loom::sync

source ·
Expand description

Mock implementation of std::atomic.

Modules

Mock implementation of std::sync::atomic.

Structs

Cell that ensures access to the inner value are valid under the Rust memory model.
Mock implementation of std::sync::Condvar.
Mock implementation of std::sync::Mutex.
Mock implementation of std::sync::MutexGuard.
A type indicating whether a timed wait on a condition variable returned due to a time out or not.

Type Definitions

A type alias for the result of a lock method which can be poisoned.
A type alias for the result of a nonblocking locking method.