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

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

Issue 11880019: Avoid the _onSubscriptionStateChange being called twice in some cases. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« sdk/lib/async/stream_impl.dart ('K') | « sdk/lib/async/stream_impl.dart ('k') | no next file » | 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 07b0c19cb7379db1c6b19d39a9a8418b01d5f9fc..65d041b383c00b372fd9eaa5bf205bbd59ded155 100644
--- a/sdk/lib/async/stream_pipe.dart
+++ b/sdk/lib/async/stream_pipe.dart
@@ -40,7 +40,7 @@ _cancelAndError(StreamSubscription subscription, _FutureImpl future) =>
/**
* A wrapper around a stream that allows independent subscribers.
*
- * By default [this] subscribes to [_source] and forwards all events to its own
+ * By default [:this:] subscribes to [_source] and forwards all events to its own
floitsch 2013/01/14 16:31:24 80chars. If 'this' is not available yet, we shoul
Lasse Reichstein Nielsen 2013/01/15 08:52:54 It's not that "this" is not available *yet*, it is
* subscribers. It does not subscribe until there is a subscriber, and
* unsubscribes again when there are no subscribers left.
*
« sdk/lib/async/stream_impl.dart ('K') | « sdk/lib/async/stream_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698