We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure of all the cases, but at least this one seems to detect the proc as sleeping:
/proc/foo() SHOULD_NOT_SLEEP(TRUE) spawn() bar() /proc/bar() sleep(1)
Don't know if this is intended, but seems inconsistent when compared to handling of set waitfor = FALSE.
set waitfor = FALSE
The text was updated successfully, but these errors were encountered:
Fixes SpaceManiac#175
fe1be6a
Regression tests for SpaceManiac#175
4470e51
Fix sleeping code under spawn() triggering SpacemanDMM_should_not_sle…
36e69a3
…ep (#177) Fixes #175.
Successfully merging a pull request may close this issue.
Not sure of all the cases, but at least this one seems to detect the proc as sleeping:
Don't know if this is intended, but seems inconsistent when compared to handling of
set waitfor = FALSE
.The text was updated successfully, but these errors were encountered: