Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ wrapper
Method
wrapper
src/ThreadPool.cpp:67–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void* ThreadPool::wrapper(void* arg)
68
{
69
Thread* thread = (Thread*)arg;
70
thread->running();
71
void* status = thread->getWrapper()(thread->getArg());
72
thread->finished();
73
return status;
74
}
75
76
void ThreadPool::run()
77
{
Callers
nothing calls this directly
Calls
3
running
Method · 0.80
getArg
Method · 0.80
finished
Method · 0.80
Tested by
no test coverage detected