Tkrzw
|
Interface of a task. More...
#include <tkrzw_thread_util.h>
Public Member Functions | |
virtual | ~Task ()=default |
Destructor. More... | |
virtual void | Do ()=0 |
Do the task. More... | |
Interface of a task.
|
virtualdefault |
Destructor.
|
pure virtual |
Do the task.
Implemented in tkrzw::TaskQueue::TaskWithLambda.