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
The streams implementation stubs out what ports could look like from a user perspective. This needs to be fleshed out. It should be supported for both fused and spawned logic.
A port allows a logic implementation to spawn any number of other logic implementations, becoming the spawned logic's upstream and downstream in the process. This is particularly useful for implementing merging, dynamic hubs, etc.
The text was updated successfully, but these errors were encountered:
The streams implementation stubs out what ports could look like from a user perspective. This needs to be fleshed out. It should be supported for both fused and spawned logic.
A port allows a logic implementation to spawn any number of other logic implementations, becoming the spawned logic's upstream and downstream in the process. This is particularly useful for implementing merging, dynamic hubs, etc.
The text was updated successfully, but these errors were encountered: