Skip to content

events: add EventEmitter.on to async iterate over events#27994

Closed
mcollina wants to merge 17 commits intonodejs:masterfrom
mcollina:on-async-iterator
Closed

events: add EventEmitter.on to async iterate over events#27994
mcollina wants to merge 17 commits intonodejs:masterfrom
mcollina:on-async-iterator

Conversation

@mcollina
Copy link
Copy Markdown
Member

Fixes: #27847.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

events Issues and PRs related to the events subsystem / EventEmitter. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Async Iterable EventEmitter.on(emitter, "event")