Skip to content

v1.19.1

Choose a tag to compare

@ioquatix ioquatix released this 30 Jun 14:01
e246f86
  • Fix Process.waitall / Process.detach under the URing selector: when io_uring's waitid reported an error (e.g. ECHILD when there are no more children), the process_wait hook raised instead of returning the error as a Process::Status, so callers that expect waitpid to report "no more children" rather than raise would fail.