deno / latest / ~ / deno.unreftimer.html

Deno.unrefTimer

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


    
function unrefTimer(id: number): void;
unrefTimer(id: number): void

Parameters

id: number

Return Type

void

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Deno.unrefTimer