Skip to content

Latest commit

 

History

History

select_statement

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Select Statement

The select statement waits for multiple send or receive operations simultaneously.

  • The statement blocks as a whole until one of the operations becomes unblocked.
  • If several cases can proceed, a single one of them will be chosen at random.

Bibliography