Lely core libraries  2.2.5
lely::ev::Poll Class Reference

The abstract polling interface. More...

#include <poll.hpp>

Public Member Functions

void * self () const noexcept
 
void wait (int timeout)
 
void kill (void *thr)
 

Detailed Description

The abstract polling interface.

This class is a wrapper around ev_poll_t*.

Definition at line 36 of file poll.hpp.

Member Function Documentation

◆ self()

void* lely::ev::Poll::self ( ) const
inlinenoexcept
See also
ev_poll_self()

Definition at line 44 of file poll.hpp.

◆ wait()

void lely::ev::Poll::wait ( int  timeout)
inline
See also
ev_poll_wait()

Definition at line 50 of file poll.hpp.

◆ kill()

void lely::ev::Poll::kill ( void *  thr)
inline
See also
ev_poll_kill()

Definition at line 56 of file poll.hpp.


The documentation for this class was generated from the following file: