| commit | 2d78b84ba18939344cc45c1f420dee652f8ccae8 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Fri Apr 12 11:34:04 2019 -0700 |
| committer | GitHub <noreply@github.com> | Fri Apr 12 11:34:04 2019 -0700 |
| tree | 4e85b71b3845da77b8f79e4744218dd8097ad43d | |
| parent | 22c19464d8a3191de10163670ecd3397bec30629 [diff] |
Delete analysis_options.yaml
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 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 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.