scclib
Stable Cloud Computing C++ Library
|
Linux kernel file descriptor event notification, using Linux epoll. More...
Files | |
file | poller.h |
Linux kernel i/o event notification (poller). | |
file | poller.cc |
Kernel file descriptor event notification poller implementation | |
file | poller.cc |
Tests for Kernel file descriptor event notification poller. | |
Classes | |
class | scc::util::Poller |
Poller which allows polling of generic file descriptors for various events. More... | |
Linux kernel file descriptor event notification, using Linux epoll.