Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ close
Method
close
cpp/examples/multithreaded_client_flow_control.cpp:102–104 ·
view source on GitHub ↗
Thread safe
Source
from the content-addressed store, hash-verified
100
101
// Thread safe
102
void close() {
103
work_queue()->add([=]() { sender_.connection().close(); });
104
}
105
106
private:
107
Callers
2
close
Method · 0.45
main
Function · 0.45
Calls
3
work_queue
Class · 0.50
add
Method · 0.45
connection
Method · 0.45
Tested by
no test coverage detected