Sha256: ec5fbcb310904e8b5c005aa22c6b6853e5f19ba43319e9267f94c0305d11e566
Contents?: true
Size: 295 Bytes
Versions: 28
Compression:
Stored size: 295 Bytes
Contents
# -*- encoding: binary -*- # :enddoc: class Rainbows::Coolio::Server < Coolio::IO CONN = Rainbows::Coolio::CONN # CL and MAX will be defined in the corresponding worker loop def on_readable return if CONN.size >= MAX io = @_io.kgio_tryaccept and CL.new(io).attach(LOOP) end end
Version data entries
28 entries across 28 versions & 1 rubygems