-
Notifications
You must be signed in to change notification settings - Fork 635
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
Adds unbonded select #1881
base: master
Are you sure you want to change the base?
Adds unbonded select #1881
Conversation
@CJP10 This would be very useful for me! I'd love to see this merged. Surprised nobody else has needed this. Looks like this needs to be updated to work with @taiki-e, if this code is updated and polished, would you be open to accepting the feature, and merging?
How about As for my use case, I have a stream of data that's being written to a tcp socket, with long waits between elements, and I have a stream representing a |
Similar to my use case. I'm open to refreshing the PR to be mergeable. It's be open for a while so might have to start from scratch. |
In a project I am working on I need the stream returned from select to close if either of the input streams are closed.
I figured this would be useful to someone else, so here I am.
I'm not sure about the name
unbonded
but I'm totally open to suggestions.