MCPcopy 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// �����˳�ǰ������Դ
23static void end(void)
24{
25 // �����̳߳�
26 acl_pthread_pool_destroy(__thr_pool);
27
28 // �������ӳ�
29 delete __conn_pool;
30}
31
32static const char* __keypre = "test";
33

Callers 1

mainFunction · 0.70

Calls 1

acl_pthread_pool_destroyFunction · 0.85

Tested by

no test coverage detected