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
As part of the design of Eventuals (#4), Fusion is aiming to better support long-running imperative sequences embedded in a reactive system. As part of this, the process might wait for an object to change.
Right now, this would have to be implemented via polling:
As part of the design of Eventuals (#4), Fusion is aiming to better support long-running imperative sequences embedded in a reactive system. As part of this, the process might wait for an object to change.
Right now, this would have to be implemented via polling:
Ideally though, the change would be pushed to the imperative code:
Specific API surface TBD.
The text was updated successfully, but these errors were encountered: