ScheduleTask.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 #include <cstddef>
4 
5 tbb::task*
7 {
8  return nullptr;
9 }
tbb::task * execute() override
Definition: ScheduleTask.cc:6