class Opal::BuilderScheduler::Prefork::Fork

def wait

def wait
  Process.waitpid(@pid, Process::WNOHANG)
end