MCPcopy 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

closeMethod · 0.45
mainFunction · 0.45

Calls 3

work_queueClass · 0.50
addMethod · 0.45
connectionMethod · 0.45

Tested by

no test coverage detected