Skip to content

Conversation

@Frando
Copy link
Member

@Frando Frando commented May 6, 2025

The inner types all support returning whether sending a message over try_send succeeded or not, but the return type of irpc::channel::spsc::Sender didn't expose that. Fix here.

Copy link
Collaborator

@rklaehn rklaehn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not yet had a case where I wanted to know if send succeeded for an ephemeral send. But since the docs say that this returns a bool, it does not hurt I guess...

@rklaehn rklaehn merged commit af32517 into main May 6, 2025
15 checks passed
@rklaehn rklaehn deleted the Frando/fix-try-send branch May 6, 2025 13:14
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

Successfully merging this pull request may close these issues.

3 participants