MCPcopy 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_sendableMethod · 0.45
on_messageMethod · 0.45
on_tracker_acceptMethod · 0.45
on_connection_openMethod · 0.45
on_messageMethod · 0.45
unsubscribedMethod · 0.45
on_messageMethod · 0.45
cancelMethod · 0.45
on_messageMethod · 0.45
cancelMethod · 0.45
on_tracker_acceptMethod · 0.45
on_tracker_acceptMethod · 0.45

Calls 3

work_queueClass · 0.50
addMethod · 0.45
connectionMethod · 0.45

Tested by

no test coverage detected