Posts

Showing posts with the label Asynchronous (or non-blocking) execution

zeek65.js

//Synchronous (or blocking) execution means the first task in a program must finish  processing before moving on to executing the next task //line by line execution.