scclib
Stable Cloud Computing C++ Library
Files | Classes
Kernel file descriptor event notification poller

Linux kernel file descriptor event notification, using Linux epoll. More...

Collaboration diagram for Kernel file descriptor event notification poller:

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...
 

Detailed Description

Linux kernel file descriptor event notification, using Linux epoll.

See https://man7.org/linux/man-pages/man7/epoll.7.html