MCPcopy Create free account
hub / github.com/apache/qpid-proton / initiate_close

Method initiate_close

cpp/src/container_test.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 test_mt_handler::on_connection_open(c);
533 }
534 void initiate_close() {
535 std::unique_lock<std::mutex> l(wqlock_);
536 wq_->add(call_do_close_);
537 }
538 void do_close() { connection_.close(); }
539 void on_connection_close(proton::connection &) override { set("closed"); }
540};

Callers 1

Calls 1

addMethod · 0.45

Tested by

no test coverage detected