Method: ConcurrentWorker::ConcurrentProcess#send_res

Defined in:
lib/concurrent_worker.rb

#send_res(args) ⇒ Object



353
354
355
356
# File 'lib/concurrent_worker.rb', line 353

def send_res(args)
  #called from worker process only
  @ipc_channel.send(args)
end