X Tutup
The Wayback Machine - https://web.archive.org/web/20220314033648/https://github.com/nodejs/node/pull/42258
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tilgovi
Copy link

@tilgovi tilgovi commented Mar 8, 2022

Fix async iterable pipeline AbortSignal examples to show the correct
arguments with async generators receiving the signal in an object
wrapper.

Fix the pipeline examples to show that async generators receive
an AbortSignal wrapped in an object.
aduh95
aduh95 approved these changes Mar 8, 2022
doc/api/stream.md Outdated Show resolved Hide resolved
jasnell
jasnell approved these changes Mar 8, 2022
lpinca
lpinca approved these changes Mar 9, 2022
Remove an extra space around a generator function signature in the async
iterable pipeline examples.

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
X Tutup