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/independent/connpool/src/connect_pool.cpp:140–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void connect_pool::set_delay_destroy()
141
{
142
lock_->lock();
143
delay_destroy_ = true;
144
lock_->unlock();
145
}
146
147
void connect_pool::set_alive(bool ok /* true | false */)
148
{
Callers
1
remove
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected