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

coop: expose an unconstrained() opt-out #3547

Merged
merged 5 commits into from Mar 9, 2021

Commits on Feb 23, 2021

  1. coop: expose an unconstrained() opt-out

    This adds an opt-out for code that might not be compatible with Tokio
    coop (e.g. heavily nested `FuturesUnordered`).
    
    Notes to reviewer:
    
    - I made the coop module public for this.
    - I removed a few docs in said coop module that reference methods that
      don't exist yet.
    
    For more context, see the discussion in:
    tokio-rs#3516
    krallin committed Feb 23, 2021
    Copy the full SHA
    a921c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

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

Commits on Mar 3, 2021

  1. Copy the full SHA
    aa2cb7b View commit details
    Browse the repository at this point in the history
  2. fix up ambiguous docs link

    krallin committed Mar 3, 2021
    Copy the full SHA
    f75a467 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

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