ark::core::PollDescriptor

Defined in header “ark/core/poll_set.hh”.


A structure pair representing a native handle to wait on, and the flags that indicate what we are waiting for.

Variables

  • core::PollablePtr pollable
    The descriptor we are polling on.

  • PollEventFlags flags
    The type of event we are looking for.