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

Unified Diff: lib/runner.dart

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 | « lib/registry.dart ('k') | lib/src/errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runner.dart
diff --git a/lib/runner.dart b/lib/runner.dart
index 4f0a1874e601858150b355b2032860edb78bde17..60e488ab71699b96e7620a32e600965f100ece63 100644
--- a/lib/runner.dart
+++ b/lib/runner.dart
@@ -4,9 +4,9 @@
/// A [Runner] runs a function, potentially in a different scope
/// or even isolate.
-library dart.pkg.isolate.runner;
+library isolate.runner;
-import "dart:async" show Future;
+import 'dart:async' show Future;
/// Calls a function with an argument.
///
« no previous file with comments | « lib/registry.dart ('k') | lib/src/errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698