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
minor #7099 Clarify Process::wait() callback behaviour (Lilchef)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes#7099).
Discussion
----------
Clarify Process::wait() callback behaviour
There was no clear description of when the Process::wait() callback was triggered and it seemed like it would be called once the process was complete which is incorrect.
I lost several hours after misunderstanding how this works and then trying to figure out why my 'after process' code was being triggered before the process had finished. Hopefully this change makes it clearer.
Commits
-------
d696a15 Clarify Process::wait() callback behaviour
0 commit comments