A task compatible with the Scheduler, adding a synchronization point.
More...
A task compatible with the Scheduler, adding a synchronization point.
◆ SchedulerTask()
nkTasks::SchedulerTask::SchedulerTask |
( |
| ) |
|
|
noexcept |
◆ ~SchedulerTask()
virtual nkTasks::SchedulerTask::~SchedulerTask |
( |
| ) |
|
|
virtual |
◆ onSync()
virtual void nkTasks::SchedulerTask::onSync |
( |
| ) |
|
|
pure virtual |
Method called during synchronization, after the task's asynchronous work has been done. The call happens during the call to Scheduler::tick when a task is marked as ready.
Implemented in nkTasks::LambdaSchedulerTask.
The documentation for this class was generated from the following file: