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

Unified Diff: sdk/lib/async/stream_pipe.dart

Issue 11887016: Make StreamController's unnamed constructor create a single-sub stream. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 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 | « sdk/lib/async/stream_controller.dart ('k') | sdk/lib/isolate/isolate_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/stream_pipe.dart
diff --git a/sdk/lib/async/stream_pipe.dart b/sdk/lib/async/stream_pipe.dart
index 0b4b6ab2cf4d7b1a3ebc90a04bb7258788ad917a..d124fdbabccd87d9266ecc457357868528240b05 100644
--- a/sdk/lib/async/stream_pipe.dart
+++ b/sdk/lib/async/stream_pipe.dart
@@ -48,11 +48,9 @@ _cancelAndError(StreamSubscription subscription, _FutureImpl future) =>
* [_handleDone] methods. Subclasses are supposed to add handling of some of
* the events by overriding these methods.
*
- * This class is intended for internal use only.
- */
-/**
- *
* Handles backwards propagation of subscription and pause.
+ *
+ * This class is intended for internal use only.
*/
class _ForwardingStreamTransformer<S, T> implements StreamTransformer<S, T> {
Stream<T> _stream;
« no previous file with comments | « sdk/lib/async/stream_controller.dart ('k') | sdk/lib/isolate/isolate_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698