simple_mutex 1.4.0 simple_mutex: ^1.4.0 copied to clipboard
Simple Mutex providing a exclusive write lock and shared read-only locks.
Change Log #
1.4.0 #
- Add propeties
isLocked
andsharedCount
for test.
1.3.2 #
- Fix bug of example.
- Recomend
unawaited_futures
lint in README.md.
1.3.1 #
- Add example.
- Add more tests.
1.3.0 #
- Add return to
critical
andcriticalShared
. - Add more tests.
1.2.1 #
- Rerun the formatter correctly.
- Update doc comments.
1.2.0 #
- Add a optional behavior to
lock
andcritical
. The new behavior yield execution right to existing users having requested exclusive/ shared locks.
1.1.1 #
- Refine documents.
1.1.0 #
- Add critical section feature.
1.0.0 #
- Initial version.