AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
UnixIoThread Class Reference

Poll-based event loop to handle events of file descriptors. More...

#include <AUI/Platform/unix/UnixIoThread.h>

Public Types

using Callback = std::function<void(ABitField<UnixPollEvent> triggeredFlags)>
 

Public Member Functions

void registerCallback (int fd, ABitField< UnixPollEvent > flags, Callback callback) noexcept
 
void unregisterCallback (int fd) noexcept
 

Static Public Member Functions

static UnixIoThreadinst () noexcept
 

Detailed Description

Poll-based event loop to handle events of file descriptors.


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