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

Backport to 0.1: Shared must relinquish control to the executor if repolled #2154

Merged
merged 1 commit into from
Sep 5, 2020

Commits on May 13, 2020

  1. Backport to 0.1: Shared must relinquish control to the executor if re…

    …polled
    
    This backports rust-lang#2136 to Futures 0.1. There isn't much to add on top of
    what's mentioned in rust-lang#2136: the same bug exists in Futures 0.1, and it'll
    fail in the same way when polled in recent versions of Tokio (rust-lang#2418).
    
    Backporting to 0.1 allows codebases that still have some Futures 0.1
    code around to still use newer versions of Tokio.
    krallin committed May 13, 2020
    Configuration menu
    Copy the full SHA
    4873176 View commit details
    Browse the repository at this point in the history