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

Remove impl Sync for FuturesUnordered #2051

Closed

Commits on Jan 24, 2020

  1. Remove impl Sync for FuturesUnordered

    FuturesUnordered was previously modified to use interior mutability for
    the len and head_all fields using Cell, but its Sync implementation was
    left intact. This implementation is no longer valid, so it has been
    removed.
    
    Fixes rust-lang#2050.
    okready committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b1eba20 View commit details
    Browse the repository at this point in the history