isolate_manager 1.0.0+1 isolate_manager: ^1.0.0+1 copied to clipboard
A plugin that helps you create multiple isolates for a function, keep it active and compute with it.
1.0.0+1 #
- Update README
1.0.0 #
- BREAKING CHANGE: Change
isolateFunction
parameter ofcreateOwnIsolate
method from named to required parameter. - Added
initialParams
parameter tocreateOwnIsolate
method. - Added
initialParams
getter toIsolateManagerController
. - Bring to stable version.
0.1.0 #
- Update example
0.0.1 #
- Initial release