Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ execute
Method
execute
lib_acl_cpp/src/stdlib/thread_pool.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
bool thread_pool::execute(thread_job* job)
105
{
106
return run(job);
107
}
108
109
int thread_pool::threads_count() const
110
{
Callers
5
run
Method · 0.45
test_thread_pool
Function · 0.45
on_trigger
Method · 0.45
check_dead
Method · 0.45
keep_conns
Method · 0.45
Calls
1
run
Function · 0.50
Tested by
1
test_thread_pool
Function · 0.36