[−][src]Module loom::sync
Mock implementation of std::sync.
Modules
| atomic | Mock implementation of |
Structs
| Arc | Mock implementation of |
| Condvar | Mock implementation of |
| Mutex | Mock implementation of |
| MutexGuard | Mock implementation of |
| Notify | Implements the park / unpark pattern directly using Loom's internal primitives. |
| WaitTimeoutResult | A type indicating whether a timed wait on a condition variable returned due to a time out or not. |
Type Definitions
| LockResult | A type alias for the result of a lock method which can be poisoned. |
| TryLockResult | A type alias for the result of a nonblocking locking method. |