about summary refs log tree commit homepage
path: root/lib/rainbows/xepoll.rb
DateCommit message (Collapse)
2011-05-16more reliable shutdown for epoll concurrency models
Just close the epoll descriptor, since the sleepy_penguin epoll_wait wrapper may not return EINTR in the future.
2011-04-28document epoll and xepoll
They're probably ready for general use in a very limited capacity...
2011-02-04rename XAcceptEpoll to XEpoll
It's too long especially since XEpollThreadPool is planned :>