MCPcopy Create free account
hub / github.com/acl-dev/acl / thread_run

Method thread_run

lib_acl_cpp/src/stdlib/thread_pool.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void thread_pool::thread_run(void* arg)
129{
130 thread_job* job = (thread_job*) arg;
131 job->run();
132}
133
134int thread_pool::thread_init(void* arg)
135{

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected