ark::core::Pollable
Defined in header “ark/core/pollable.hh”.
A virtual class that allows you to return a common native handle that is useful for polling.
Typedefs
- using native_handle_type = int
A typedef for the native handle type to a socket descriptor.
Methods
-
Pollable()
Empty constructor. -
~Pollable()
Virtual destructor, for cleanup. -
Pollable()
Disable copies. -
Pollable & operator=()
-
native_handle_type native_handle()
Returns the native handle that you can poll on.