|
| DAsync (QObject *parent=nullptr) noexcept |
|
void | startUp () |
|
void | cancelAll () |
|
bool | isFinished () |
|
void | waitForFinished (bool cancelAllWorks=true) |
|
template<typename FUNC , typename InputType = DataTypeIn> |
std::enable_if<!std::is_void< InputType >::value, Helper * >::type | post (FUNC &&func) |
|
template<typename FUNC , typename InputType = DataTypeIn> |
std::enable_if< std::is_void< InputType >::value, Helper * >::type | post (FUNC &&func) |
|
template<typename InputType = DataTypeIn> |
std::enable_if<!std::is_void< InputType >::value >::type | postData (const InputType &data) |
|