MCPcopy Create free account
hub / github.com/Tom94/tev / numTasksInSystem

Method numTasksInSystem

include/tev/ThreadPool.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void shutdown();
109
110 size_t numTasksInSystem() const { return mNumTasksInSystem; }
111
112 void waitUntilFinished();
113 void waitUntilFinishedFor(const std::chrono::microseconds Duration);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected