dart_task_queue 1.0.5
dart_task_queue: ^1.0.5 copied to clipboard
A powerful and flexible task queue implementation for Dart applications
1.0.0 #
- Publish
1.0.1 #
- Add onTaskQueueStarted, onTaskQueueEnded, onPerTaskStarted, onPerTaskEnded functions
1.0.2 #
- update TaskQueue and Task classes to support completion callbacks and improve error handling
1.0.3 #
- refactor TaskQueue and Task classes for improved type safety and error handling; update callback signatures
1.0.4 #
- Bug fixes
1.0.5 #
- Added onError option for Task