DescriptionMake it possible to not complete a request when the event source is done.
Abstract the event source of a stream queue so it doesn't have to be a stream.
This is in anticipation of adding look-ahead which will need to keep the
request alive until the user fast-forwards or rewindes, even after the
original event source is done, and which will need a stream queue fed by
the look-ahead request, not by a stream.
R=nweiz@google.com
Committed: https://github.com/dart-lang/async/commit/5661c47a5fdeb7168952c5bb2ed3010aea2050c3
Patch Set 1 #
Total comments: 25
Patch Set 2 : Address comments, renamed some methods. #
Total comments: 1
Patch Set 3 : Fix long line. #Patch Set 4 : Rebase to head #Messages
Total messages: 7 (1 generated)
|