isolates_helper 0.4.2 isolates_helper: ^0.4.2 copied to clipboard
An easy way to create multiple long live isolates to compute multiple functions, support Worker on the Web and try-catch block
0.4.2 #
- 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.dart
with a new format to make it easier to use. - Add
workerFunction
,workerParams
to execute a mapped function when usingWorker
.
0.3.0 #
- Remove type of the
IsolatesHelper
. - The return type and parameter type of the
compute
method automatically respect the type of thefunction
.
0.2.1 #
- Add
ensureStarted
andisStarted
to check if the current isolates are started or still in processing.
0.2.0 #
- Bump
isolate_manager
to^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-catch
block. - Improve REAME for
try-catch
block.
0.0.2+1 #
- Add
@pragma('vm:entry-point')
anotation.
0.0.2 #
- Add
stream
method to listen to result events. - Update example to show how to use
stream
method.
0.0.1 #
- Initial release.