| tag | 84da4c482eccc0480705ae095225f08e4b290757 | |
|---|---|---|
| tagger | Kevin Moore <kevmoo@google.com> | Tue Mar 24 13:22:57 2015 |
| object | 65dc0c6f5f5f5a5d86490e9a1c6e586f20ac2ca1 |
| commit | 65dc0c6f5f5f5a5d86490e9a1c6e586f20ac2ca1 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@google.com> | Tue Mar 24 13:21:29 2015 |
| committer | Kevin Moore <kevmoo@google.com> | Tue Mar 24 13:21:29 2015 |
| tree | 3b10c979cae6c9c7ac8389f1d996db442f2d6237 | |
| parent | a286f690326c9f12511990e6fab3769365be4fea [diff] |
library renaming, removed unused method, fix creation of TimeoutException R=lrn@google.com Review URL: https://codereview.chromium.org//1025293003
The isolate package helps with isolates and isolate communication.
The package contains individual libraries with different purposes.
The “ports.dart” sub-library contains functionality for creating SendPorts 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 accross 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.