Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ run
Function
run
lib_acl_cpp/samples/memcache_pool/main.cpp:123–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
static void run(int cocurrent, char* key)
124
{
125
// ���̳߳�����������
126
for (int i = 0; i < cocurrent; i++)
127
acl_pthread_pool_add(__thr_pool, thread_main, key);
128
}
129
130
static void usage(const char* procname)
131
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected