23 #ifndef __ccxx_AsyncIOPoller_hxx 24 #define __ccxx_AsyncIOPoller_hxx 60 void removeAllTasks();
63 uint_t getTaskCount()
const;
80 class AsyncIOTaskList;
81 AsyncIOTaskList *_tasks;
82 #if defined(CCXX_OS_WINDOWS) 84 #elif !defined(CCXX_OS_ANDROID) 85 struct aiocb** _cblist;
93 #endif // __ccxx_AsyncIOTask_hxx
A class that polls a set of AsyncIOTask objects.
Definition: AsyncIOPoller.h++:35
unsigned int uint_t
An alias for unsigned int.
Definition: Integers.h++:74
#define COMMONCPP_API
Definition: Common.h++:126
int timespan_ms_t
A timespan expressed in milliseconds.
Definition: Integers.h++:104
Definition: AllocationMap.c++:25
An object representing an asynchronous I/O operation.
Definition: AsyncIOTask.h++:43