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
Just to prevent the holding up of Guard from running other guards; it'd be dope if this didn't use system but used Kernel.spawn instead.
system
Kernel.spawn
The text was updated successfully, but these errors were encountered:
I would like to have this as well, and of course it would need to avoid running concurrently.
Sorry, something went wrong.
Ah so you'd want this to ensure serial execution of guards. That makes sense.
We could take that PID and then use Process.wait on it.
Process.wait
P.S: A year later! </3. I still use Guard a lot so this means a lot.
No branches or pull requests
Just to prevent the holding up of Guard from running other guards; it'd be dope if this didn't use
system
but usedKernel.spawn
instead.The text was updated successfully, but these errors were encountered: