You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
match P {
"hello" => { ... }
"world" => { ... }
_ => { ... }
}```
This looks better to me.
I think the misleading point in the image is that
"Tries to match Process against each Pattern_t until it finds a match"
This sentence would give people wrong impression that the join consume would just iterate the channel with different pattern which is totally not the case.
just personal opinion. The Patterns matching seems misleading to me.
The text was updated successfully, but these errors were encountered: