Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: README.md

Issue 1025293003: pkg/isolate: library renaming, removed unused method, fix creation of TimeoutException (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: nits Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | example/http-server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index e02d3b77168731b4ea71ca20fc24e51b6bfa3a0a..0e229ebe0f6c0eb1af6fad7ffe5c8b11db9c45eb 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ for creating `SendPort`s and reacting to values sent to those ports.
### Working with isolates and running functions in other isolates.
-The "isolaterunner.dart" sub-library introduces an `IsolateRunner` class
+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.
@@ -23,7 +23,7 @@ object registry, and give access to it accross different isolates.
### Balancing load accross several isolates.
-The "loadbalancer.dart" sub-library can manage multiple `Runner` objects,
+The "load_balancer.dart" sub-library can manage multiple `Runner` objects,
including `IsolateRunner`, and run functions on the currently least loaded
runner.
« no previous file with comments | « CHANGELOG.md ('k') | example/http-server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698