Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created February 1, 2009 01:47
Show Gist options
  • Save adamhjk/55747 to your computer and use it in GitHub Desktop.
Save adamhjk/55747 to your computer and use it in GitHub Desktop.
pi[0].close
pi[1].fcntl(Fcntl::F_SETFL, pi[1].fcntl(Fcntl::F_GETFL) | Fcntl::O_NONBLOCK)
pi[2].fcntl(Fcntl::F_SETFL, pi[2].fcntl(Fcntl::F_GETFL) | Fcntl::O_NONBLOCK)
results = Process.waitpid2(cid).last
b[cid, *pi]
results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment