Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.unrefTimer

UNSTABLE: new API, yet to be vetted.

Make the timer of the given id not blocking the event loop from finishing

function unrefTimer(id: number): void;
§
unrefTimer(id: number): void
[src]

§Parameters

§
id: number
[src]

§Return Type