|
Add IsolateRunner as a helper around Isolate.
Add single-message port helpers and a load balancer.
R=sethladd@google.com
Committed: 2df37dab32a8fb702f094127f053268681d097d1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+3221 lines, -0 lines) |
Patch |
 |
A |
.status
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
AUTHORS
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
CHANGELOG.md
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
CONTRIBUTING.md
|
View
|
1
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LICENSE
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
README.md
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
example/http-server.dart
|
View
|
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
A |
example/runner-pool.dart
|
View
|
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/isolate.dart
|
View
|
1
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/isolaterunner.dart
|
View
|
|
1 chunk |
+320 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/loadbalancer.dart
|
View
|
|
1 chunk |
+305 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/ports.dart
|
View
|
|
1 chunk |
+269 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/registry.dart
|
View
|
|
1 chunk |
+497 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/runner.dart
|
View
|
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/errors.dart
|
View
|
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/functionref.dart
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/lists.dart
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/multiplexport.dart
|
View
|
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
A |
pubspec.yaml
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/isolaterunner_test.dart
|
View
|
|
1 chunk |
+114 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/ports_test.dart
|
View
|
|
1 chunk |
+394 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/registry_test.dart
|
View
|
|
1 chunk |
+539 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (1 generated)
|