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

Method getPromise

libminifi/include/utils/ThreadPool.h:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159template<typename T>
160std::shared_ptr<std::promise<T>> Worker<T>::getPromise() const {
161 return promise;
162}
163
164class WorkerThread {
165 public:

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected