We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
change this to something more appropriate.
This was introduced in commit ac49b74 when read still returned Option.
read
Option
This should either block until a message from the correct sender arrives or return an error.
The text was updated successfully, but these errors were encountered:
auto merge of #18130 : mahkoh/rust/udp, r=alexcrichton
a93e9c2
Closes #18111 Note that the non-empty part doesn't matter right now because of #18129.
Successfully merging a pull request may close this issue.
change this to something more appropriate.
This was introduced in commit ac49b74 when
read
still returnedOption
.This should either block until a message from the correct sender arrives or return an error.
The text was updated successfully, but these errors were encountered: