about summary refs log tree commit homepage
path: root/lib/rainbows/join_threads.rb
DateCommit message (Collapse)
2011-05-08join_threads: simplify thread stoppage check
No need for a string comparison
2011-04-21join_threads: workaround blocking accept() issues
Should be fixed in 1.9.3 and/or future Kgio...
2011-02-07doc: rdoc cleanups and fixes
Don't need to document things that aren't ready, yet.
2011-02-05*epoll: refactor common loop code
acceptor thread pools could use some work, still