writer_thread_pool: remove unnecesary debug messages
[rainbows.git] / lib / rainbows / client.rb
blob8425e9e6a601700abdccf9390a6c6357cb6e5af2
1 # -*- encoding: binary -*-
2 # :enddoc:
4 # this class is used for most synchronous concurrency models
5 class Rainbows::Client < Kgio::Socket
6   include Rainbows::TimedRead
7   include Rainbows::ProcessClient
8 end