Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(node/timers/promises): add scheduler APIs #24802

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

marvinhagemeister
Copy link
Contributor

This PR adds the experimental scheduler APIs in Node's timers/promises module. See https://nodejs.org/api/timers.html#timerspromisesschedulerwaitdelay-options

Fixes #24800

Copy link
Member

@satyarohith satyarohith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marvinhagemeister marvinhagemeister merged commit 1e2581e into main Jul 31, 2024
17 checks passed
@marvinhagemeister marvinhagemeister deleted the node-timers-scheduler branch July 31, 2024 10:00
crowlKats pushed a commit that referenced this pull request Jul 31, 2024
This PR adds the experimental `scheduler` APIs in Node's
`timers/promises` module. See
https://nodejs.org/api/timers.html#timerspromisesschedulerwaitdelay-options

Fixes #24800

(cherry picked from commit 1e2581e)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Experimental scheduler API missing in node:timers/promises
2 participants