async_parallel_queue 1.0.3
async_parallel_queue: ^1.0.3 copied to clipboard
Library to enqueue async callbacks to be executed in order. You can await for they completion and/or cancel the execution by id.
1.0.3 #
- Set library dart sdk to 2.12.0 properly.
- Use quiver for hash2.
- Update package description.
- Update READEME.md
1.0.2 #
- Make KeyAlreadyInUseException for prevent user from registering callback with a key already in use.
- Add unit test.
1.0.1 #
- Fix cancellation not throwing exception.
- Add unit tests.
1.0.0 #
- Fix on message shown when trying to cancel callback and it is not on the queue.
0.0.1 #
- Initial version.