squadron 1.0.3+1 squadron: ^1.0.3+1 copied to clipboard
Multithreading and worker pools in Dart to offload CPU-bound or long running tasks and give your mobile and Web apps some air.
1.0.2 #
- Added support for minimum count of workers in pool
- Make sure Isolate is killed when the worker is stopped
- Keep track of stats from stopped workers
- Update tests & examples (proper error handling, command map, worker monitoring)
1.0.1 #
- Improve error handling.
- Improve documentation.
- Add unit tests.
1.0.0 #
- Initial version.