MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getWaitTime

Method getWaitTime

libminifi/include/utils/ThreadPool.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 virtual std::chrono::milliseconds getWaitTime() const {
119 return run_determinant_->wait_time();
120 }
121
122 Worker<T>(const Worker<T>&) = delete;
123 Worker<T>& operator= (const Worker<T>&) = delete;

Callers

nothing calls this directly

Calls 1

wait_timeMethod · 0.45

Tested by

no test coverage detected