Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CThreadPool
/ call
Method
call
src/UtilsCtrl/ThreadPool/Task/UTask.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
F func_;
29
explicit taskDerided(F&& func) : func_(std::move(func)) {}
30
CVoid call() override { func_(); }
31
};
32
33
public:
Callers
1
operator()
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected