Group Linux¶
Classes¶
Type | Name |
---|---|
class | coro::epoll_owner RAII wrapping for epoll file descriptor. |
class | coro::event RAII + stateful eventfd __ |
Public Functions¶
Type | Name |
---|---|
auto | coro::wait_in (epoll_owner & ep, event & efd) Bind the given event (eventfd ) toepoll_owner (Epoll) |
Public Functions Documentation¶
function wait_in¶
auto coro::wait_in (
epoll_owner & ep,
event & efd
)
Parameters:
ep
epoll_ownerefd
event
See also: event
Returns:
awaitable struct for the binding