Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
382
void connect_pool::set_delay_destroy()
383
{
384
lock_.lock();
385
delay_destroy_ = true;
386
lock_.unlock();
387
}
388
389
void connect_pool::set_alive(bool yes /* true | false */)
390
{
Callers
1
remove
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected