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

Stream (and Sink?) impls for async MPSC #19

Open
hawkw opened this issue Dec 10, 2021 · 0 comments · May be fixed by #74
Open

Stream (and Sink?) impls for async MPSC #19

hawkw opened this issue Dec 10, 2021 · 0 comments · May be fixed by #74
Labels
good first issue Good for newcomers

Comments

@hawkw
Copy link
Owner

hawkw commented Dec 10, 2021

These should be feature-flagged so the futures dependency is optional.

I think a Sink impl may be harder than Stream, because the intrusive list approach means that Sender::send_ref cannot be directly polled. So, we may need to introduce some kind of PollSender type if we want to provide Sink...

@hawkw hawkw added the good first issue Good for newcomers label Apr 22, 2022
@flxo flxo linked a pull request Feb 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant