Method: ConcurrentWorker::ConcurrentProcess#send_req

Defined in:
lib/concurrent_worker.rb

#send_req(args) ⇒ Object



343
344
345
346
# File 'lib/concurrent_worker.rb', line 343

def send_req(args)
  #called from main process only
  @ipc_channel.send(args)
end