Skip to main content

Module timers

Module timers 

Source
Expand description

node:timers and node:timers/promises.

The callback forms are the runtime’s own timer globals, re-exported — there is one scheduler, and it is the host’s. The promise forms are built on those same globals.

Constants§

TIMERS_MEMBERS
TIMERS_PROMISES_MEMBERS

Functions§

timers_object
Re-export of the host’s timer globals.
timers_promises_object
The promise-returning timer surface.