MCPcopy 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
104bool thread_pool::execute(thread_job* job)
105{
106 return run(job);
107}
108
109int thread_pool::threads_count() const
110{

Callers 5

runMethod · 0.45
test_thread_poolFunction · 0.45
on_triggerMethod · 0.45
check_deadMethod · 0.45
keep_connsMethod · 0.45

Calls 1

runFunction · 0.50

Tested by 1

test_thread_poolFunction · 0.36