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

small change in select example. #2345

Merged
merged 3 commits into from
Feb 14, 2021
Merged

small change in select example. #2345

merged 3 commits into from
Feb 14, 2021

Commits on Feb 14, 2021

  1. small change in select example.

    In the previous example one future always finished first (because of
    implementation details), possibly confusing users about what `select`
    does.
    
    This commit resolves the issue by being explicit about one future
    finishing before the other.
    tungli committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    53a727f View commit details
    Browse the repository at this point in the history
  2. Update futures-util/src/future/select.rs

    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    tungli and taiki-e authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    4c6f7ff View commit details
    Browse the repository at this point in the history
  3. Update select.rs

    tungli authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    ce0e586 View commit details
    Browse the repository at this point in the history