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
It can be useful that we can control execution of process by adding
specific debug sync point which will be executed when debug sync name is
set.
For now this is only basic functionality, but in future we can add
functionality for example - WAIT FOR until sync point is added.
Debug sync point works with different fibers so we can synchronize
execution.
Added simple example how this can be done.
Signed-off-by: mkaruza <[email protected]>
0 commit comments