Please enable JavaScript.
Coggle requires JavaScript to display documents.
Async Programming (Async vs Sync (Multithreads, v8, java - threads are…
Async Programming
-
-
-
event loop is athe machanism that takes callbacks and registers them to be executed at some point in the future
-
In node, the request will continue in the backround async an the program will move on to the next line without waiting
-
-
-
-
-
-