Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
template<typename T>
160
std::shared_ptr<std::promise<T>> Worker<T>::getPromise() const {
161
return promise;
162
}
163
164
class WorkerThread {
165
public:
Callers
1
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected