flutter_isolate_worker 1.0.0
flutter_isolate_worker: ^1.0.0 copied to clipboard
A Flutter package for managing background tasks using Isolates with customizable messaging and resource optimization.
1.0.0 #
- Initial release.
- Support for WorkerMessage abstraction.
- IsolateWorker and IsolateWorkerPool for managing isolates and pools.
- Send, pause, resume, kill, add workers dynamically.
- Event and logging support.
- Example Flutter app for comparing main thread vs isolate pool.