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

Issue 1631103002: Add a StreamChannelCompleter class. (Closed)

Created:
4 years, 11 months ago by nweiz
Modified:
4 years, 11 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/stream_channel.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add a StreamChannelCompleter class. This is by analogy with StreamCompleter and StreamSinkCompleter in the async package, and is in fact implemented using them. R=rnystrom@google.com Committed: https://github.com/dart-lang/stream_channel/commit/553249599e1cb592f2025b5643b9da6d44883661

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -0 lines) Patch
A lib/src/stream_channel_completer.dart View 1 1 chunk +77 lines, -0 lines 0 comments Download
M lib/stream_channel.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
A test/stream_channel_completer_test.dart View 1 chunk +124 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
4 years, 11 months ago (2016-01-25 23:48:04 UTC) #1
Bob Nystrom
lgtm https://codereview.chromium.org/1631103002/diff/1/lib/src/stream_channel_completer.dart File lib/src/stream_channel_completer.dart (right): https://codereview.chromium.org/1631103002/diff/1/lib/src/stream_channel_completer.dart#newcode28 lib/src/stream_channel_completer.dart:28: bool _set = false; Instead of a separate ...
4 years, 11 months ago (2016-01-26 19:00:18 UTC) #2
nweiz
Code review changes
4 years, 11 months ago (2016-01-26 23:24:54 UTC) #3
nweiz
https://codereview.chromium.org/1631103002/diff/1/lib/src/stream_channel_completer.dart File lib/src/stream_channel_completer.dart (right): https://codereview.chromium.org/1631103002/diff/1/lib/src/stream_channel_completer.dart#newcode28 lib/src/stream_channel_completer.dart:28: bool _set = false; On 2016/01/26 19:00:18, Bob Nystrom ...
4 years, 11 months ago (2016-01-26 23:24:57 UTC) #4
nweiz
4 years, 11 months ago (2016-01-26 23:25:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
553249599e1cb592f2025b5643b9da6d44883661 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698