Call some function asynchronously in separated thread.
More...
#include <CSingleAsyncCaller.h>
Inherits QThread.
Call some function asynchronously in separated thread.
If there is multiply call requests, only the last one will be executed.
Definition at line 26 of file CSingleAsyncCaller.h.
◆ CalledFn
◆ CSingleAsyncCaller()
istd::CSingleAsyncCaller::CSingleAsyncCaller |
( |
| ) |
|
◆ ~CSingleAsyncCaller()
virtual istd::CSingleAsyncCaller::~CSingleAsyncCaller |
( |
| ) |
|
|
virtual |
◆ DoCall()
void istd::CSingleAsyncCaller::DoCall |
( |
CalledFn | function | ) |
|
◆ DoPostponedActions()
void istd::CSingleAsyncCaller::DoPostponedActions |
( |
| ) |
|
|
protected |
◆ KillPostponed()
void istd::CSingleAsyncCaller::KillPostponed |
( |
| ) |
|
◆ run()
void istd::CSingleAsyncCaller::run |
( |
| ) |
|
|
overrideprotected |
The documentation for this class was generated from the following file: