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
Create an interface that lets users use the same code to run code in single, multiple sync or multiple async mode.
The idea is to add a state to the MultiConn object. Programs will modify this state based on user input.
When the run command is invoked, the object will handle looping and data matching.
Challenges:
Support for IDE type hinting
Data matching strategy (port-based? ConnHeader based?)
The text was updated successfully, but these errors were encountered:
Create an interface that lets users use the same code to run code in single, multiple sync or multiple async mode.
The idea is to add a state to the MultiConn object. Programs will modify this state based on user input.
When the run command is invoked, the object will handle looping and data matching.
Challenges:
The text was updated successfully, but these errors were encountered: