Sha256: e67bc81450fea798b1f6a7005318223168b9c3bce89d8a38fdd51c957da3fe58
Contents?: true
Size: 247 Bytes
Versions: 26
Compression:
Stored size: 247 Bytes
Contents
# -*- encoding: binary -*- # :enddoc: class Rainbows::NeverBlock::Client < Rainbows::EventMachine::Client def app_call input POOL.spawn do begin super input rescue => e handle_error(e) end end end end
Version data entries
26 entries across 26 versions & 1 rubygems