Login
From:
httptoolkit.com
(Uncensored)
subscribe
Unblocking Node With Unref()
https://httptoolkit.com/blog/unblocking-node-with-unref/
links
backlinks
Roast topics
Find topics
Find it!
Node.js runs on an event loop. It holds a queue of tasks to run, and runs them, one by one. New tasks appear on the queue while it runs…