MCPcopy Create free account
hub / github.com/Kitware/CMake / wait

Method wait

Utilities/cmcppdap/include/dap/future.h:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106template <typename T>
107void future<T>::wait() const {
108 std::unique_lock<std::mutex> lock(state->mutex);
109 state->cv.wait(lock, [&] { return state->hasVal; });
110}
111
112template <typename T>
113template <class Rep, class Period>

Callers 15

do_GETMethod · 0.80
DownloadServer.pyFile · 0.80
tryConfigureMethod · 0.80
tryGenerateMethod · 0.80
TEST_FFunction · 0.80
readMethod · 0.80
lockWriterMethod · 0.80
TESTFunction · 0.80
takeMethod · 0.80
getMethod · 0.80
RunProcessMethod · 0.80
WorkMethod · 0.80

Calls

no outgoing calls

Tested by 4

tryConfigureMethod · 0.64
tryGenerateMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64