synchronized 2.0.2 synchronized: ^2.0.2 copied to clipboard
Lock mechanism to prevent concurrent access to asynchronous code.
Changelog #
2.0 #
- Remove previously depracated
SynchronizedLock
andsynchronized
function
1.5.2 #
- Remove dev_test dependency
1.5.1 #
- Dart2 stable support
1.5.0 #
- Deprecate SynchronizedLock and synchronized
1.4.0 #
- Re-use non-reentrant lock in synchronized method
1.3.0 #
- Add non-reentrant lock that do not use Zone
1.2.1 #
- implicit-casts: false (testing dart2 support)
1.2.0 #
- Use generic instead of 2.0 deprecated comments
1.1.0 #
- Fix inner task issue, next outer task will wait for all inner tasks to terminate
- Properly handle nested thrown error
1.0.0 #
- Bump to version 1.0.0
0.1.0 #
- Initial version