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
There is currently no defined order in which tokens being pushed out of events should occur. So the token output order of the following is undefined:
event (*) {
o <- 1; o <- 2; o <- 3;
}
Waits could be inserted to assure program order.
The text was updated successfully, but these errors were encountered:
There is currently no defined order in which tokens being pushed out of events should occur. So the token output order of the following is undefined:
event (*) {
o <- 1; o <- 2; o <- 3;
}
Waits could be inserted to assure program order.
The text was updated successfully, but these errors were encountered: