synchronized_call 1.1.0
synchronized_call: ^1.1.0 copied to clipboard
Lock mechanism to prevent concurrent access to asynchronous code.
1.1.0 #
- Support async code block between
await lock()andunlock()methods
1.0.8 #
- Add
FutureQueuesupportFuture.waitusing listener
1.0.4 #
- New feature:
ExclusiveLockthat support for executing first bloc task exclusively - New feature:
InclusiveLockthat support for executing Head-Tail bloc task
1.0.0 #
- Initial version.