isolated_executor 0.2.0 copy "isolated_executor: ^0.2.0" to clipboard
isolated_executor: ^0.2.0 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

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.0

Alternatively, your editor might support dart 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
0
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

Create persistent stateless or stateful Isolate and execute there something.

License

unknown (license)

More

Packages that depend on isolated_executor