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