- adds a `LockGuard` type returned by `.lock` and `.trylock` that unlocks the mutex in the destructor - renames `mutex::Mutex` to `StaticNativeMutex` - adds a `NativeMutex` type with a destructor - removes `LittleLock` - adds `#[must_use]` to `sync::mutex::Guard` to remind people to use it |
||
|---|---|---|
| .. | ||
| sync | ||
| arc.rs | ||
| comm.rs | ||
| future.rs | ||
| lib.rs | ||
| task_pool.rs | ||