uvw 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::poll_event Struct Reference

Poll event. More...

#include <poll.h>

Public Attributes

details::uvw_poll_event flags
 Detected events all in one.
 

Detailed Description

Poll event.

Definition at line 27 of file poll.h.

Member Data Documentation

◆ flags

details::uvw_poll_event uvw::poll_event::flags

Detected events all in one.

Available flags are:

  • poll_handle::event::READABLE
  • poll_handle::event::WRITABLE
  • poll_handle::event::DISCONNECT
  • poll_handle::event::PRIORITIZED

Definition at line 40 of file poll.h.


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