Method: ConcurrentWorker::IPCDuplexChannel#send

Defined in:
lib/concurrent_worker/common.rb

#send(obj) ⇒ Object



59
60
61
62
63
# File 'lib/concurrent_worker/common.rb', line 59

def send(obj)
  begin
    Marshal.dump(obj, @wio)
  end
end