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

Tweak async iterator algorithms #802

Merged
merged 3 commits into from Oct 16, 2019
Merged

Commits on Sep 27, 2019

  1. Tweak async iterator algorithms

    Make both the "async iterator initialization steps" and the "get the next iteration result" take two arguments: the instance, and the async iterator. This ends up being more ergonomic than using the "current state" concept.
    domenic committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    c099776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ecf67 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Editorial: async iterator cleanups

    * Export the terms we expect people to use
    * Highlight the samples as Web IDL
    * Clean up the description of the initialization steps
    * Simplify the algorithm for next a bit
    domenic committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    2d6954b View commit details
    Browse the repository at this point in the history