MCPcopy Create free account
hub / github.com/acl-dev/acl / set_delay_destroy

Method set_delay_destroy

lib_acl_cpp/independent/connpool/src/connect_pool.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void connect_pool::set_delay_destroy()
141{
142 lock_->lock();
143 delay_destroy_ = true;
144 lock_->unlock();
145}
146
147void connect_pool::set_alive(bool ok /* true | false */)
148{

Callers 1

removeMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected