-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make '_TestRange' continuation act as a stream (#505)
Making '_TestRange' continuation be inherited from 'TypeErasedStream' helps us avoid situations which can block us for ever. Generally speaking now 'TakeRange' decides either we should continue pulling from the stream or it's all done and we can just continue processing given pipeline. This PR also includes some minor code changes like renaming some functions.
- Loading branch information
1 parent
3b89193
commit 8ccd637
Showing
2 changed files
with
77 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters