isolate_cluster 0.17.2+2 copy "isolate_cluster: ^0.17.2+2" to clipboard
isolate_cluster: ^0.17.2+2 copied to clipboard

discontinuedreplaced by: actor_system

A library to build up a cluster of isolates. In a cluster an isolate can spawn or lookup other isolates and send messages to other 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.17.2+2

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
40
pub points
0%
popularity

Publisher

verified publisherblimster.net

A library to build up a cluster of isolates. In a cluster an isolate can spawn or lookup other isolates and send messages to other isolates.

Repository

License

LGPL-3.0 (LICENSE)

Dependencies

logging, uuid

More

Packages that depend on isolate_cluster