epoll/client: thread-safety for write queuing
[rainbows.git] / lib / rainbows / coolio_thread_pool / client.rb
blob303b8e2e9be69d5d40c0a85ae1f9bc73ef554d91
1 # -*- encoding: binary -*-
2 # :enddoc:
3 class Rainbows::CoolioThreadPool::Client < Rainbows::Coolio::ThreadClient
4   # QUEUE constant will be set in worker_loop
5   def app_dispatch
6     QUEUE << self
7   end
8 end