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

fix async iterable pipeline AbortSignal examples #42258

Merged
merged 2 commits into from Mar 14, 2022
Merged

fix async iterable pipeline AbortSignal examples #42258

merged 2 commits into from Mar 14, 2022

Commits on Mar 8, 2022

  1. doc: fix async iterable pipeline signal examples

    Fix the pipeline examples to show that async generators receive
    an AbortSignal wrapped in an object.
    tilgovi committed Mar 8, 2022
    Copy the full SHA
    b05ac87 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. doc: remove an extra space in doc/api/stream.md

    Remove an extra space around a generator function signature in the async
    iterable pipeline examples.
    
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    tilgovi and aduh95 committed Mar 9, 2022
    Copy the full SHA
    31c9825 View commit details
    Browse the repository at this point in the history