Replies: 1 comment
-
the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The signal and wait-for commands are very useful for co-ordination.
I need to check what the expected behaviour is for a wait-for.
In a scenario there are two scripts. One calls
signal
the other callswait-for
with the same name.What happens when the script that calls signal command completes before the the second script (wait-for) starts.
Does qDup keep a history of signals that were already emitted allowing the second script to progress beyond the wait-for or does it just hang forever ?
Beta Was this translation helpful? Give feedback.
All reactions