MCPcopy Create free account
hub / github.com/aras-p/ToyPathTracer / TaskSchedulerWaitTask

Class TaskSchedulerWaitTask

Cpp/Source/enkiTS/TaskScheduler.cpp:1029–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029class TaskSchedulerWaitTask : public IPinnedTask
1030{
1031 void Execute() override
1032 {
1033 // do nothing
1034 }
1035};
1036
1037void TaskScheduler::WaitforAll()
1038{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected