#include <thread.h>
Public Methods | |
Poller () | |
virtual | ~Poller () |
pollfd * | getList (int cnt) |
reserve a specified number of poll descriptors. More... | |
pollfd * | getList (void) |
Retreive the current array of poll descriptors. More... |
|
|
|
|
|
Retreive the current array of poll descriptors.
|
|
reserve a specified number of poll descriptors. If additional descriptors are needed, they are allocated.
|