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

Unified Diff: lib/stream_channel.dart

Issue 1635873002: Add an IsolateChannel class. (Closed) Base URL: git@github.com:dart-lang/stream_channel.git@master
Patch Set: Created 4 years, 11 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/src/isolate_channel.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/stream_channel.dart
diff --git a/lib/stream_channel.dart b/lib/stream_channel.dart
index fd7b0932733e56808a3c2b87b68c723bcc8ab9c6..6a2261d1fb2b2c4972648e60c724aed80fecf734 100644
--- a/lib/stream_channel.dart
+++ b/lib/stream_channel.dart
@@ -5,6 +5,7 @@
import 'dart:async';
export 'src/delegating_stream_channel.dart';
+export 'src/isolate_channel.dart';
export 'src/multi_channel.dart';
/// An abstract class representing a two-way communication channel.
« no previous file with comments | « lib/src/isolate_channel.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698