MySQL 9.1.0
Source Code Documentation
|
Enumerations | |
enum class | Cmd { add = EPOLL_CTL_ADD , del = EPOLL_CTL_DEL , mod = EPOLL_CTL_MOD } |
Functions | |
template<class Func > | |
auto | uninterruptable (Func &&f) |
stdx::expected< int, std::error_code > | create () |
stdx::expected< void, std::error_code > | ctl (int epfd, Cmd cmd, int fd, epoll_event *ev) |
stdx::expected< size_t, std::error_code > | wait (int epfd, epoll_event *fd_events, size_t num_fd_events, std::chrono::milliseconds timeout) |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |