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

New poll_immediate functions to immediately return from a poll #2452

Merged
merged 4 commits into from Jul 29, 2021

Commits on Jun 18, 2021

  1. New poll_immediate(_reuse) functions to immediately return from a poll (

    #1)
    
    New poll_immediate(_unpin) functions to immediately return from a poll on futures and streams
    tylerhawkes committed Jun 18, 2021
    Copy the full SHA
    80aa2c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Copy the full SHA
    559f709 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Making docs better and adding another example for how to reuse a futu…

    …re. Removing the poll_immediate_reuse function.
    tylerhawkes committed Jun 24, 2021
    Copy the full SHA
    a444ac0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Update futures-util/src/future/poll_immediate.rs

    Co-authored-by: Taiki Endo <te316e89@gmail.com>
    tylerhawkes and taiki-e committed Jul 29, 2021
    Copy the full SHA
    4514f91 View commit details
    Browse the repository at this point in the history