rev_thread_*: unindent and split out
[rainbows.git] / lib / rainbows / rev_thread_pool / client.rb
blobc2829517e72bef95ee13ff9f6a5bf10bfba77d1c
1 # -*- encoding: binary -*-
2 # :enddoc:
3 class Rainbows::RevThreadPool::Client < Rainbows::Rev::ThreadClient
4   # QUEUE constant will be set in worker_loop
5   def app_dispatch
6     QUEUE << self
7   end
8 end