isolates_helper 0.5.2
isolates_helper: ^0.5.2 copied to clipboard
Creates multiple long-lived isolates to compute multiple functions; Supports Worker and WASM on the Web with a generator; Supports try-catch block
0.5.2 #
- Fixes issue when the
workerFunctionis empty in an available Worker isolate.
0.5.1 #
- Fixes issue that the temp files is not removed while generating.
0.5.0 #
- Bump sdk version to
^3.3.0. - Add a generator to generate the Worker by using the
@isolatesHelperWorkerannotation. - Bump
isolate_managertov5.0.1. - BREAKING CHANGE: All
Workers MUST be re-compiled to support this version. Recommend using the generator.
0.4.3+1 #
- Fix TYPO in the descriptions.
- Update README.
0.4.3 #
- Bump the
Isolate_Managertov4.3.0. - Improve the
IsolatesHelper.workerFunction. - Improve the tests with the
Worker.
0.4.2+1 #
- Add
IsolatesHelper.workerFunction(See more in README). - Update tests to improve the code coverage.
- Update README.
0.4.1 #
- Update homepage URL.
- Update comments.
0.4.0 #
- Update
worker.dartwith a new format to make it easier to use. - Add
workerFunction,workerParamsto execute a mapped function when usingWorker.
0.3.0 #
- Remove type of the
IsolatesHelper. - The return type and parameter type of the
computemethod automatically respect the type of thefunction.
0.2.1 #
- Add
ensureStartedandisStartedto check if the current isolates are started or still in processing.
0.2.0 #
- Bump
isolate_managerto^3.0.0.
0.1.1 #
- Improve README.
0.1.0 #
- Bumped Dart sdk to
>=2.18.0 <4.0.0.
0.0.3 #
- Improve test for
try-catchblock. - Improve REAME for
try-catchblock.
0.0.2+1 #
- Add
@pragma('vm:entry-point')anotation.
0.0.2 #
- Add
streammethod to listen to result events. - Update example to show how to use
streammethod.
0.0.1 #
- Initial release.