isolate_manager 2.0.1+1 copy "isolate_manager: ^2.0.1+1" to clipboard
isolate_manager: ^2.0.1+1 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+1 #

  • Update base function_name.dart to make it works with FutureOr function.
  • Add function_name.js to example and create example for it.

2.0.1 #

  • Remove useless await in README.
  • Downgrade Dart SDK min version to 2.12.0.

2.0.0 #

  • NO BREAKING CHANGE
  • Add Worker for Web platform (real Isolate on Web). Read README for more details.

1.0.0+1 #

  • Update README

1.0.0 #

  • BREAKING CHANGE: Change isolateFunction parameter of createOwnIsolate method from named to required parameter.
  • Added initialParams parameter to createOwnIsolate method.
  • Added initialParams getter to IsolateManagerController.
  • Bring to stable version.

0.1.0 #

  • Update example

0.0.1 #

  • Initial release
43
likes
0
pub points
89%
popularity

Publisher

verified publisherlamnhan.dev

A plugin that helps you create multiple isolates for a function, keep it active and compute with it (Also supports Worker.js on Web).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

isolate_contactor

More

Packages that depend on isolate_manager