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
Requested by @ioquatix, to fix https://github.com/socketry/event/pull/6/checks?check_run_id=2807838780
This is a new Ruby 3 method, it's the same as Process.wait but without setting $?, so it should be fairly straightforward to add.
Process.wait
$?
There are no specs currently, we should add some basic specs for it.
The text was updated successfully, but these errors were encountered:
This has been implemented at 2b88831.
Sorry, something went wrong.
Thanks!!!
bjfish
No branches or pull requests
Requested by @ioquatix, to fix https://github.com/socketry/event/pull/6/checks?check_run_id=2807838780
This is a new Ruby 3 method, it's the same as
Process.wait
but without setting$?
, so it should be fairly straightforward to add.There are no specs currently, we should add some basic specs for it.
The text was updated successfully, but these errors were encountered: