tag | 29afd129781b78b146c13a8064ae74e4f3560221 | |
---|---|---|
tagger | Kevin Moore <[email protected]> | Fri Jun 08 04:19:21 2018 |
object | 80f5f4f2f6255c82499c9d0eec09f0c0034b9b10 |
commit | 80f5f4f2f6255c82499c9d0eec09f0c0034b9b10 | [log] [tgz] |
---|---|---|
author | Lasse R.H. Nielsen <[email protected]> | Fri May 25 13:52:26 2018 |
committer | GitHub <[email protected]> | Fri May 25 13:52:26 2018 |
tree | 7fe8f5526cdc3b114ad6787765d25d2bc08103d9 | |
parent | 73bf6fbdb21f554339c70ef0e5c235c3d7f66ab2 [diff] |
Fix dart:io constants (#26) * Fix dart:io constants
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.