commit | 73bf6fbdb21f554339c70ef0e5c235c3d7f66ab2 | [log] [tgz] |
---|---|---|
author | Lasse R.H. Nielsen <lrn@google.com> | Wed Mar 14 10:33:14 2018 +0100 |
committer | Lasse R.H. Nielsen <lrn@google.com> | Wed Mar 14 10:33:14 2018 +0100 |
tree | 1911ed4b772d2e5cb7759ae6978b8bb896575ab3 | |
parent | eba5eb67f93ed17e761256bc7ad3f119be619ff3 [diff] |
Updated version number and SDK version.
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.