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

channel/recv: improving function docs and code example #703

Merged
merged 1 commit into from
Mar 15, 2020

Commits on Feb 12, 2020

  1. channel/recv: improving function docs and code example

    At the moment it's not clear when and why recv returns Option<T>,
    instead of just T. This changed comment makes it clear that None will
    only be returned once no data will ever be sent again (i.e. after all
    senders are gone).
    spacekookie committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    aae835c View commit details
    Browse the repository at this point in the history