![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <i_async_task.hpp>
Public Member Functions | |
virtual | ~i_io_service ()=default |
virtual bool | do_io (bool aProcessEvents=true, std::size_t aMaximumPollCount=kDefaultPollCount)=0 |
Static Public Attributes | |
static constexpr std::size_t | kDefaultPollCount = 256 |
Definition at line 44 of file i_async_task.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in neolib::io_service.
|
static |
Definition at line 48 of file i_async_task.hpp.