Sha256: 164baf9f869e744fc1b2f17a3b33a76cbd095a8a822d62ef7b9e3a49ecf11abd
Contents?: true
Size: 249 Bytes
Versions: 28
Compression:
Stored size: 249 Bytes
Contents
# -*- encoding: binary -*- # :enddoc: class Rainbows::CoolioThreadSpawn::Client < Rainbows::Coolio::ThreadClient # MASTER will be set in worker_loop def app_dispatch Thread.new(self) { |client| MASTER << [ client, app_response ] } end end
Version data entries
28 entries across 28 versions & 1 rubygems