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

Unified Diff: sdk/lib/isolate/isolate.dart

Issue 11308154: Stream isolates. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Removed hack and improved doc. Created 8 years, 1 month 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 | « no previous file | sdk/lib/isolate/isolate_sources.gypi » ('j') | sdk/lib/isolate/isolate_stream.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/isolate/isolate.dart
diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
index c5b3d1b8915c02b19133bf0f1627badd1aa7453d..a5a3e3890e07ab741dd3106952b17c085560b7d0 100644
--- a/sdk/lib/isolate/isolate.dart
+++ b/sdk/lib/isolate/isolate.dart
@@ -7,3 +7,5 @@
#import("dart:async");
#source("base.dart");
+#source("isolate_stream.dart");
+#source("mangler.dart");
« no previous file with comments | « no previous file | sdk/lib/isolate/isolate_sources.gypi » ('j') | sdk/lib/isolate/isolate_stream.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698