Describes a workload that does not need to return any results, that will be dispatched as a heap-allocated object. More...
#include <async-worker.h>
Inherits async::workload_t.
Inherited by DBOffload.
Public Member Functions | |
dispatch_t () | |
Constructor. |
Describes a workload that does not need to return any results, that will be dispatched as a heap-allocated object.
Derived classes must implement the "virtual void Work()" member function.
Definition at line 244 of file async-worker.h.
async::dispatch_t::dispatch_t | ( | ) | [inline] |
Constructor.
Definition at line 248 of file async-worker.h.