genio_isolate_manager 1.0.0 copy "genio_isolate_manager: ^1.0.0" to clipboard
genio_isolate_manager: ^1.0.0 copied to clipboard

Create long-lived isolates for single or multiple functions, with support for Web Workers (via an efficient generator) and WASM compilation. Forked from isolate_manager with Flutter 3.44.8 compatibility.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add genio_isolate_manager

With Flutter:

 $ flutter pub add genio_isolate_manager

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  genio_isolate_manager: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:genio_isolate_manager/genio_isolate_manager.dart';
0
likes
140
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Create long-lived isolates for single or multiple functions, with support for Web Workers (via an efficient generator) and WASM compilation. Forked from isolate_manager with Flutter 3.44.8 compatibility.

Repository (GitHub)
View/report issues

Topics

#isolate #worker #concurrent #wasm #web-workers

License

MIT (license)

Dependencies

path, stream_channel, web

More

Packages that depend on genio_isolate_manager