isolates_helper 0.4.3 copy "isolates_helper: ^0.4.3" to clipboard
isolates_helper: ^0.4.3 copied to clipboard

Creates multiple long-lived isolates to compute multiple functions; Supports Worker and WASN on the Web; Supports try-catch block

0.4.3 #

  • Bump the Isolate_Manager to v4.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.dart with a new format to make it easier to use.
  • Add workerFunction, workerParams to execute a mapped function when using Worker.

0.3.0 #

  • Remove type of the IsolatesHelper.
  • The return type and parameter type of the compute method automatically respect the type of the function.

0.2.1 #

  • Add ensureStarted and isStarted 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.
5
likes
140
pub points
64%
popularity

Publisher

verified publisherlamnhan.dev

Creates multiple long-lived isolates to compute multiple functions; Supports Worker and WASN on the Web; Supports try-catch block

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

isolate_manager

More

Packages that depend on isolates_helper