Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 350 Bytes

File metadata and controls

10 lines (6 loc) · 350 Bytes

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