Basic introduction to the QuickJS asynchronous approach
Since I’ve been reading the QuickJS engine code, I’ve came up with a simple question as an average javascript developer: ¿How the asynchronous code work in a low level?
All we know something about the event loop, in the NodeJS case, the asynchronous I/O is being powered by…