tag | 2cc3fcd2692a27ee9af5b6b8c7234db7495d77c8 | |
---|---|---|
tagger | Kevin Moore <kevmoo@google.com> | Thu Aug 18 10:46:16 2016 -0700 |
object | b0f4bb103037ba499156561704ff5fdb8403dda5 |
commit | b0f4bb103037ba499156561704ff5fdb8403dda5 | [log] [tgz] |
---|---|---|
author | Chris Bracken <chris@bracken.jp> | Thu Aug 18 10:38:20 2016 -0700 |
committer | Chris Bracken <chris@bracken.jp> | Thu Aug 18 10:38:20 2016 -0700 |
tree | fe2fc919e3ba75b322b25ba05e0b04e7f64e177d | |
parent | 8858a12e31a94015cfadb3929f21c139ed1a023e [diff] |
Version 0.2.3
Helps with isolates and isolate communication in Dart.
The package contains individual libraries with different purposes.
The “ports.dart” sub-library contains functionality for creating SendPort
s and reacting to values sent to those ports.
The “isolate_runner.dart” sub-library introduces an IsolateRunner
class that gives easy access to the Isolate
functionality, and also gives a way to run new functions in the isolate repeatedly, instead of just on the initial spawn
call.
The “registry.dart” sub-library provides a way to create an object registry, and give access to it across different isolates.
The “load_balancer.dart” sub-library can manage multiple Runner
objects, including IsolateRunner
, and run functions on the currently least loaded runner.
Please file feature requests and bugs at the issue tracker.