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

Method set_delay_destroy

lib_acl_cpp/src/connpool/connect_pool.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void connect_pool::set_delay_destroy()
383{
384 lock_.lock();
385 delay_destroy_ = true;
386 lock_.unlock();
387}
388
389void connect_pool::set_alive(bool yes /* true | false */)
390{

Callers 1

removeMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected