Timeouts¶
Unref¶
When called, the active
Timeoutobject will not require the Node.js event loop to remain active. If there is no other activity keeping the event loop running, the process may exit before theTimeoutobject's callback is invoked. Callingtimeout.unref()multiple times will have no effect