function Deno.refTimer
Jump to headingrefTimer(id: number): void
Make the timer of the given id
block the event loop from finishing.
Parameters Jump to heading
Jump to headingid: number
Return Type Jump to heading
void
Jump to headingrefTimer(id: number): void
Make the timer of the given id
block the event loop from finishing.
Jump to headingid: number
void