tag | 1eb5a21d47baf51ebd00377c3dabd88da846d3e2 | |
---|---|---|
tagger | Kevin Moore <kevmoo@google.com> | Tue Jun 30 14:20:46 2015 -0700 |
object | c32cbf5162ac46fda6e980438862fb7fc356ac34 |
commit | c32cbf5162ac46fda6e980438862fb7fc356ac34 | [log] [tgz] |
---|---|---|
author | Lasse R.H. Nielsen <lrn@google.com> | Wed Apr 15 15:08:06 2015 +0200 |
committer | Lasse R.H. Nielsen <lrn@google.com> | Wed Apr 15 15:08:06 2015 +0200 |
tree | 23b30d8ee7c72db2bcf8058067390554c32a17ed | |
parent | 9e5cdcc773758b78fd29a17c4486fb5376014a9f [diff] |
Update package:isolate to make kill priority named. R=sgjesse@google.com Review URL: https://codereview.chromium.org//1083653002
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.