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
In the generator implementation of the typescript sdk, we should suspend when all executions are awaiting on remote executions (and there is nothing else to do). When an execution hits a potential suspension point, we can check all other executions and if suspension is possible we should call a suspend lifecycle hook on all executions. Once finished, the program should halt.
The text was updated successfully, but these errors were encountered:
In the generator implementation of the typescript sdk, we should suspend when all executions are awaiting on remote executions (and there is nothing else to do). When an execution hits a potential suspension point, we can check all other executions and if suspension is possible we should call a
suspend
lifecycle hook on all executions. Once finished, the program should halt.The text was updated successfully, but these errors were encountered: