the event loop Flashcards
(1 cards)
1
Q
What is different between “blocking” and “non-blocking” with respect to how code is executed?
A
blocking refers to code that prohibits other code from being run
non blocking is the opposite, d
What is different between “blocking” and “non-blocking” with respect to how code is executed?
blocking refers to code that prohibits other code from being run
non blocking is the opposite, d