dart_task_queue 1.0.3
dart_task_queue: ^1.0.3 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