Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ end
Function
end
lib_acl_cpp/samples/memcache_pool/main.cpp:23–30 ·
view source on GitHub ↗
�����˳�ǰ������Դ
Source
from the content-addressed store, hash-verified
21
22
// �����˳�ǰ������Դ
23
static void end(void)
24
{
25
// �����̳߳�
26
acl_pthread_pool_destroy(__thr_pool);
27
28
// �������ӳ�
29
delete __conn_pool;
30
}
31
32
static const char* __keypre =
"test"
;
33
Callers
1
main
Function · 0.70
Calls
1
acl_pthread_pool_destroy
Function · 0.85
Tested by
no test coverage detected