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

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: 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
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;
Lasse Reichstein Nielsen 2015/03/24 10:35:38 Why change quotes?
kevmoo 2015/03/24 13:21:19 Consistency is nice.
/// Calls a function with an argument.
///

Powered by Google App Engine
This is Rietveld 408576698