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
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
Currently the global platform state is modelled by Platform_State This state however is not volatile. Some inputs, e.g. a timer require Async_Writers to be modelled correctly. This could be solved bei either extending Platform_State with an external state if this doesn't collide with other functions or by introducing a separate volatile platform state.
The text was updated successfully, but these errors were encountered:
Currently the global platform state is modelled by
Platform_State
This state however is not volatile. Some inputs, e.g. a timer requireAsync_Writers
to be modelled correctly. This could be solved bei either extendingPlatform_State
with an external state if this doesn't collide with other functions or by introducing a separate volatile platform state.The text was updated successfully, but these errors were encountered: