async_locks 3.3.2 async_locks: ^3.3.2 copied to clipboard
Synchronization primitives for asynchronous Dart code, inspired from Python
3.3.2 #
- Updated documentation
3.3.1 #
- Fixed exception throwing when canceling waiters
3.3.0 #
- Added
UnfairLock
andUnfairSemaphore
3.2.0 #
- Allow cancelling all waiting futures
3.1.0 #
- Added
Semaphore
- Improve documentation
3.0.0 #
Event.wait
andLock.acquire
do not returntrue
anymore
2.0.0 #
- Added
Lock.waiters
andEvent.waiters
attributes Lock.locked
andEvent.isSet
become properties
1.1.2 #
- Updated documentation and README
1.1.1 #
- Fixed potential bug
1.1.0 #
- Added
run
method forLock
- Updated documentation and example
1.0.1 #
- Added documentation
1.0.0 #
- Initial version