synchronized_call 1.0.7
synchronized_call: ^1.0.7 copied to clipboard
Lock mechanism to prevent concurrent access to asynchronous code.
1.0.7 #
- Add
FutureQueuesupportFuture.waitusing listener
1.0.5 #
- New feature: the
idmethod inCallLockthat support temporary lock
1.0.4 #
- New feature:
ExclusiveLockthat support for executing first bloc task exclusively
1.0.1 #
- Refactor name
LocktoCallLock - Add a new lock
InclusiveLockthat support for executing Head-Tail bloc task
1.0.0 #
- Initial version.