Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ close
Method
close
cpp/examples/multithreaded_client.cpp:90–92 ·
view source on GitHub ↗
Thread safe
Source
from the content-addressed store, hash-verified
88
89
// Thread safe
90
void close() {
91
work_queue()->add([=]() { sender_.connection().close(); });
92
}
93
94
private:
95
Callers
15
on_sendable
Method · 0.45
on_message
Method · 0.45
on_tracker_accept
Method · 0.45
on_connection_open
Method · 0.45
on_message
Method · 0.45
unsubscribed
Method · 0.45
on_message
Method · 0.45
cancel
Method · 0.45
on_message
Method · 0.45
cancel
Method · 0.45
on_tracker_accept
Method · 0.45
on_tracker_accept
Method · 0.45
Calls
3
work_queue
Class · 0.50
add
Method · 0.45
connection
Method · 0.45
Tested by
no test coverage detected