Sha256: 9458d4572b29a4f0c4cff233691c772d10b43daa3b33235447cab27e871df2bd
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
# -*- encoding: binary -*- # :enddoc: class Rainbows::NeverBlock::Client < Rainbows::EventMachine::Client def app_call POOL.spawn do begin super rescue => e handle_error(e) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rainbows-3.0.0 | lib/rainbows/never_block/event_machine.rb |
rainbows-2.1.0 | lib/rainbows/never_block/event_machine.rb |