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
Currently, message sent to a server can either be handled successfully or wait for state change.
Another option should be possible: terminate the program with error.
Example: reading from a buffer when it's empty, putting value into it when it's full.
Currently, message sent to a server can either be handled successfully or wait for state change.
Another option should be possible: terminate the program with error.
Example: reading from a buffer when it's empty, putting value into it when it's full.
Proposed syntax:
{ message | cond } -> ASSERTION_FAILED
The text was updated successfully, but these errors were encountered: