Review: what have we achieved ?
 

A computer program that executes an IO (e.g.: input) operation cannot continue:

  // Computer program (e.g.: Java)

  i = in.nextInt( ); // Performs an input operation

  i = i + 1; // Must use correct input value !!!
  

A (running) computer program that executes an IO (e.g., input) operation is paused until the input data is ready