Posts

Showing posts with the label Synchronous (or 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.