Method: ConcurrentWorker::ConcurrentProcess#wait_cncr_proc

Defined in:
lib/concurrent_worker.rb

#wait_cncr_procObject



358
359
360
361
362
363
364
# File 'lib/concurrent_worker.rb', line 358

def wait_cncr_proc
  begin
    Process.waitpid(@c_pid)
  rescue Errno::ECHILD
  end
  @rcv_thread && @rcv_thread.join
end