Sponge
CS144's user-space TCP library
|
This is the complete list of members for EventLoop, including all inherited members.
_rules | EventLoop | private |
add_rule(const FileDescriptor &fd, const Direction direction, const CallbackT &callback, const InterestT &interest=[] { return true;}, const CallbackT &cancel=[] {}) | EventLoop | |
CallbackT typedef | EventLoop | private |
Direction enum name | EventLoop | |
InterestT typedef | EventLoop | private |
Result enum name | EventLoop | |
wait_next_event(const int timeout_ms) | EventLoop |