API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsTasks
Tasks
Task.h
1
// Task.h
3
//
5
6
namespace
nkTasks
7
{
13
class
Task
14
{
15
public :
16
20
Task
() noexcept ;
24
virtual ~
Task
() ;
25
29
virtual
void
onAsyncWork
() = 0 ;
30
} ;
31
}
nkTasks::Task::onAsyncWork
virtual void onAsyncWork()=0
nkTasks::Task
A task, job that can be submitted to a nkTasks::Thread.
Definition:
Task.h:14
nkTasks
Encompasses all API of component NilkinsTasks.
Definition:
LogManager.h:7
nkTasks::Task::Task
Task() noexcept
Generated by
Doxygen
1.8.18