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§
Functions§
- timers_
object - Re-export of the host’s timer globals.
- timers_
promises_ object - The promise-returning timer surface.