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

Documentation: document panic in oneshot::Receiver::try_recv #3671

Closed
wants to merge 1 commit into from

Commits on Apr 4, 2021

  1. Document panic in oneshot::Receiver::try_recv

    When initially consulting the docs I assumed the channel would report as
    closed after the value was sent and received partially due to not
    noticing any mention of panics. I had a look through the module and
    Receiver docs for oneshot and didn't find mention of the panic so
    updated the receiver docs accordingly.
    xd009642 committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    acbddbd View commit details
    Browse the repository at this point in the history