isolate_manager 2.0.1+2
isolate_manager: ^2.0.1+2 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.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