# File lib/childprocess/windows/api.rb, line 21 def waitpid(pid, flags = 0) wait_for_pid(pid, no_hang?(flags)) end