worker_manager 6.0.1
worker_manager: ^6.0.1 copied to clipboard
The worker_manager allows you to manage CPU-intensive calculations across isolates
Changelog #
6.0.1 #
- export fix for web
6.0.0 #
- dart 3 features, optimizations and refactoring
5.0.3 #
- version bump + bug fix for notification
5.0.0 #
- messages communication between isolates (tasks)
4.5.0 #
- old async for flutter tests
4.4.8 #
- web fix with initialized getter
4.4.7 #
- bug with cancel first task during cold start fix
4.4.6 #
- typeSendPort placeholder for fake execution
4.4.2 #
- web support with sendPort new api
4.4.0 #
- notification from isolate via SendPort
4.3.1 #
- cold start fix
4.3.0 #
- pause, resume capability for cancelable and Executors pool
4.2.6 #
- all errors case bug fix and test
4.2.4 #
- readme update and example fix
4.1.1 #
- fake isolate fix
4.1.0 #
- onNext remove
4.0.0 #
- null safety
3.2.6 #
- added Cancelable.fromFuture constructor
3.2.4 #
- fixed onNext value null calling
3.2.0 #
- static mergeAll method
3.1.9 #
- added mergeAll method
3.1.7 #
- readme fix
3.1.6 #
- readme update with explanation of how to use onValue and onNext callback and why.
2.8.4 #
- edited cancelable more like then callback
2.8.3 #
- added fake execute method
2.6.6 #
- added "next" method to chain result with next Cancelable
2.6.0 #
- Reverted value
2.5.9 #
- Removed value from Cancelable
2.5.4 #
- Cancelable implements Future
2.5.3 #
- Changed cancelableOperation to Cancelable
2.5.0 #
- warm up required
2.4.1 #
- readme update and removed unnecessary wrappers
2.4.1 #
- added cancelable operation
2.3.6 #
- changed return type in addTask. (Still possible to wrap as Stream from future)
2.3.0 #
- added runnable
2.1.4 #
- optimized removing task
2.0.9 #
- added task types
2.0.7 #
- readme update and dependencies
2.0.5 #
- fifo adding
2.0.4 #
- clean up
2.0.1 #
- removed ghost connection
2.0.0 #
- removed ports hell
1.2.8 #
- fixed bugs with removing same task twice
1.2.0 #
- resolved deleting task bug
1.0.1 #
- fixed timeout
0.9.8 #
- added cash
0.9.1 #
- added 1 thread constructor for fake fifo and threadPoolSize setter
0.7.8 #
- code clean up
0.4.1 #
- changed readme
0.2.3 #
- added examples and readme
0.2.1 #
- added canceling functionality
0.1.0 #
- correct timeouts (canceling coming soon)