Skip to content

Conversation

@cesco69
Copy link

@cesco69 cesco69 commented Jan 13, 2025

from https://nodejs.org/api/timers.html#timeoutunref

When called, the active Timeout object 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 the Timeout object's callback is invoked.

from https://nodejs.org/api/timers.html#timeoutunref

When called, the active Timeout object 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 the Timeout object's callback is invoked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant