Group Linux

Modules > 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:

See also: event

Returns:

awaitable struct for the binding