isolate_manager 2.1.0
isolate_manager: ^2.1.0 copied to clipboard
A plugin that helps you create multiple isolates for a function, keep it active, and compute with it (Also supports Worker.js on Web).
2.1.0 #
- [BREADKING CHANGE]: Change the parameter name from
numOfIsolatestoconcurrent. - Update dependencies.
2.0.2+3 #
- Improve README.
2.0.2+2 #
- Changes the name from
function_nametoworker. - Improves
worker.dartform. - Improves README.
2.0.2 #
- Fixes issue in
restartandstopmethods.
2.0.1+3 #
- Improve function headers.
2.0.1+2 #
- Update function headers.
- Update README.
- Update dependencies.
2.0.1+1 #
- Update base
function_name.dartto make it works withFutureOrfunction. - Add
function_name.jsto example and create example for it.
2.0.1 #
- Remove useless
awaitin README. - Downgrade Dart SDK min version to
2.12.0.
2.0.0 #
- NO BREAKING CHANGE
- Add
Workerfor Web platform (real Isolate on Web). Read README for more details.
1.0.0+1 #
- Update README
1.0.0 #
- BREAKING CHANGE: Change
isolateFunctionparameter ofcreateOwnIsolatemethod from named to required parameter. - Added
initialParamsparameter tocreateOwnIsolatemethod. - Added
initialParamsgetter toIsolateManagerController. - Bring to stable version.
0.1.0 #
- Update example
0.0.1 #
- Initial release