Account
| Beam-lib 2.16.3 This is the Beam C++ class library. |
BPoll.h
Go to the documentation of this file.
BError doPoll(int &fd, int timeoutUs=-1)
Perform polling operation.
Definition: BPoll.cpp:201
BError doPollEvents(int &fd, int &events, int timeoutUs=-1)
Perform polling operation and return events.
Definition: BPoll.cpp:240
This class provides an interface for polling a number of file descriptors. It uses round robin pollin...
Definition: BPoll.h:43
void append(int fd, int events=POLLIN|POLLERR|POLLHUP|POLLNVAL)
Append a file descriptor to polling list.
Definition: BPoll.cpp:160
Definition: BError.h:25
Generated by
1.8.15 