Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract buffer_op from delay_op #166

Open
khabinov opened this issue Dec 13, 2017 · 3 comments
Open

Extract buffer_op from delay_op #166

khabinov opened this issue Dec 13, 2017 · 3 comments

Comments

@khabinov
Copy link
Contributor

No description provided.

@parsifal-47
Copy link
Contributor

what would be the behavior of delay_op in this case:
request -- increase counter if we have our timer scheduled, otherwise request upstream
on_next -- ignore, because we don't have a buffer
on_timer -- request upstream if there where any requests downstream

Because of on_next behavior, it would be unusable without upstream buffer_op.

Do you think it would be useful?

@khabinov
Copy link
Contributor Author

buffer_op itself might be useful in other places.

@parsifal-47
Copy link
Contributor

ok, am I describing its behavior correctly?
if there is a need for additional discussion -- please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants