| commit | deff8268aac68f7cbfd59b45b9b04299f5609d2c | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@google.com> | Fri Mar 06 08:10:22 2015 -0800 |
| committer | Kevin Moore <kevmoo@google.com> | Fri Mar 06 08:10:22 2015 -0800 |
| tree | 31b49e8a0f250fe4fd9871a8fd92f1ff57f77310 | |
| parent | 2df37dab32a8fb702f094127f053268681d097d1 [diff] |
adding codereview file, formatting, adding gitignore R=lrn@google.com Review URL: https://codereview.chromium.org//955053002
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 “isolaterunner.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 “loadbalancer.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.