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

when(resolved:) tuple overloads #1092

Open
wants to merge 3 commits into
base: v7
Choose a base branch
from

Commits on Jul 14, 2021

  1. add when(fulfilled:) and when(resolved:) tuple arity functions fo…

    …r thenables and cancellable thenables
    
    add an associated type R representing the result type in Thenable which improves when(resolved:) return type
    Skoti authored and mxcl committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7a65168 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Update Installation.md

    mxcl committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    e3a3650 View commit details
    Browse the repository at this point in the history
  2. Disable this sporadically failing test

    Ideally I'd fix it, but I have no idea what it is testing even. Yay.
    mxcl committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2ed4003 View commit details
    Browse the repository at this point in the history