RDK Documentation (Open Sourced RDK Components)
|
Async task operations. More...
#include <AampScheduler.h>
Public Member Functions | |
AsyncTaskObj (AsyncTask task, void *data, std::string tskName="", int id=0) | |
AsyncTaskObj (const AsyncTaskObj &other) | |
AsyncTaskObj & | operator= (const AsyncTaskObj &other) |
Data Fields | |
AsyncTask | mTask |
void * | mData |
int | mId |
std::string | mTaskName |
Async task operations.
Definition at line 57 of file AampScheduler.h.