Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ close
Method
close
Utilities/cmcppdap/src/chan.h:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
template <typename T>
50
void Chan<T>::close() {
51
std::unique_lock<std::mutex> lock(mutex);
52
closed = true;
53
cv.notify_all();
54
}
55
56
template <typename T>
57
optional<T> Chan<T>::take() {
Callers
8
TEST
Function · 0.45
stopWithLock
Method · 0.45
~Impl
Method · 0.45
TEST
Function · 0.45
multissl_close
Function · 0.45
cf_close
Function · 0.45
run
Method · 0.45
parse_title
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36