[go: up one dir, main page]

simple-mutex 1.1.3

A mutex more efficient than std and simpler than parking_lot
Documentation
# Version 1.1.3

- Fix a deadlock.

# Version 1.1.2

- Remove confusing wording in docs.

# Version 1.1.1

- More elaborate docs.

# Version 1.1.0

- Make locking fair.
- Add `MutexGuard::source()`.

# Version 1.0.1

- Yield threads before going to sleep

# Version 1.0.0

- Initial version