synchronized 1.4.0 synchronized: ^1.4.0 copied to clipboard
Lock mechanism to prevent concurrent access to asynchronous code
Changelog #
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