rev_thread_*: unindent and split out
[rainbows.git] / lib / rainbows / rev_thread_spawn / client.rb
blob60afc9bd18043da3609c047691832ccfabad3a11
1 # -*- encoding: binary -*-
2 # :enddoc:
3 class Rainbows::RevThreadSpawn::Client < Rainbows::Rev::ThreadClient
4   # MASTER will be set in worker_loop
5   def app_dispatch
6     Thread.new(self) { |client| MASTER << [ client, app_response ] }
7   end
8 end