Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ run
Function
run
lib_acl_cpp/samples/http_request_manager/main.cpp:194–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
static void run(int cocurrent)
195
{
196
// ���̳߳�����������
197
for (int i = 0; i < cocurrent; i++) {
198
acl_pthread_pool_add(__thr_pool, thread_main, NULL);
199
}
200
}
201
202
static void usage(const char* procname)
203
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected