isolated_executor 0.2.2 copy "isolated_executor: ^0.2.2" to clipboard
isolated_executor: ^0.2.2 copied to clipboard

Create persistent stateless or stateful Isolate and execute there something.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolated_executor

With Flutter:

 $ flutter pub add isolated_executor

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

dependencies:
  isolated_executor: ^0.2.2

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:isolated_executor/isolated_executor.dart';
0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Create persistent stateless or stateful Isolate and execute there something.

License

MIT (license)

More

Packages that depend on isolated_executor