|
|
|
|
|
by r_sreeram
3766 days ago
|
|
> N=1 was most common Why would somebody use "select" for this at all? I.e., if you were going to write: select {
case send/receive statement:
statement
...
}
Why not just write: send/receive statement
statement
...
What am I missing? |
|