Skip to main content
function Deno.refTimer
refTimer(id: number): void
Deprecated

Make the timer of the given id block the event loop from finishing.

Parameters

id: number

Return Type

void
Back to top