Deno.unrefTimer - Deno documentation
function Deno.unrefTimer
unrefTimer(id: number): void

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

Parameters

id: number

Return Type

void