isolate_cluster 0.10.0 copy "isolate_cluster: ^0.10.0" to clipboard
isolate_cluster: ^0.10.0 copied to clipboard

discontinuedreplaced by: actor_system
outdatedDart 1 only

A library to build up a cluster of isolates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolate_cluster

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

dependencies:
  isolate_cluster: ^0.10.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:isolate_cluster/isolate_cluster.dart';
3
likes
0
pub points
0%
popularity

Publisher

verified publisherblimster.net

A library to build up a cluster of isolates.

Homepage

License

unknown (LICENSE)

Dependencies

logging, uuid

More

Packages that depend on isolate_cluster