[−][src]Crate antidote
Mutex and RwLock types that do not poison themselves.
These types expose identical APIs to the standard library Mutex and
RwLock except that they do not return PoisonErrors.
Structs
| Condvar | Like |
| Mutex | Like |
| MutexGuard | Like |
| RwLock | Like |
| RwLockReadGuard | Like |
| RwLockWriteGuard | Like |
| TryLockError | Like |
| WaitTimeoutResult | A type indicating whether a timed wait on a condition variable returned due to a time out or not. |
Type Definitions
| TryLockResult | Like |