Method: ConcurrentWorker::ConcurrentProcess#receive_req

Defined in:
lib/concurrent_worker.rb

#receive_reqObject



348
349
350
351
# File 'lib/concurrent_worker.rb', line 348

def receive_req
  #called from worker process only
  @ipc_channel.recv
end