Method: ConcurrentWorker::ConcurrentThread#send_req

Defined in:
lib/concurrent_worker/worker.rb

#send_req(args) ⇒ Object



214
215
216
# File 'lib/concurrent_worker/worker.rb', line 214

def send_req(args)
  @thread_channel.push(args)
end