queue 2.0.1 queue: ^2.0.1 copied to clipboard
Queue up futures from multiple sources and await their return anywhere in your code.
Changelog #
2.0.1 #
- Adding parallel option
2.0.0 #
- Futures returned by
add
are typed. - Breaking: Some fields related to the internal implementation are private.
- Breaking:
delay
cannot be modified after instanciation. - Breaking: An exception will be thrown if
add
is called after the queue has been cancelled.
1.0.1+2 #
- Improving the readme
1.0.1+1 #
- Improving the package description
1.0.1 #
- Removing some console output
1.0.0 #
- Initial version