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

Add Sender::closed future #102

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add Sender::closed future #102

wants to merge 4 commits into from

Conversation

xmakro
Copy link

@xmakro xmakro commented Nov 10, 2024

This adds Sender::closed() similar to tokio::sync::mpsc::Sender::closed() (link).

@xmakro
Copy link
Author

xmakro commented Nov 29, 2024

@notgull would it be possible to merge this?

This feature is very useful in producer/consumer patterns for shutting down the producer without having to attempt a send. For example, when forwarding a stream to an async_channel, we want to shut down as soon as the async_channel was closed. Without this PR, we can only shut down after receiving from the stream and attempting to send to the async_channel.

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

Successfully merging this pull request may close these issues.

1 participant