You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obvious semantics for try_recv is to return a message or return immediately if none is available (i.e. peek + recv). That's not what it does though; instead it blocks waiting for a message and returns None when the sender closes the channel.
…Jarcho
chore: fix identation of `if_chain` in `filter_map`
This is a really small fix.
If someone could take a look at it, I would appreciate it:pray:
---
changelog: none
<!-- changelog_checked -->
The obvious semantics for
try_recv
is to return a message or return immediately if none is available (i.e.peek
+recv
). That's not what it does though; instead it blocks waiting for a message and returnsNone
when the sender closes the channel.cc #10138
Nominating.
The text was updated successfully, but these errors were encountered: