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
A limited version of Logical Actions are feasible. They will be more like optional timers. A lf_schedule(action) will ENABLE the action at its next period. Default is that it is DISABLED.
This will introduce additional complexity because now we need each tag to complete before starting a new one. If not, we introduce non-determinism.
The text was updated successfully, but these errors were encountered:
A limited version of Logical Actions are feasible. They will be more like optional timers. A
lf_schedule(action)
will ENABLE the action at its next period. Default is that it is DISABLED.This will introduce additional complexity because now we need each tag to complete before starting a new one. If not, we introduce non-determinism.
The text was updated successfully, but these errors were encountered: