Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CThreadPool
/ taskBased
Method
taskBased
src/UtilsCtrl/ThreadPool/Task/UTask.h:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
class UTask : public UThreadObject {
20
struct taskBased {
21
explicit taskBased() = default;
22
virtual CVoid call() = 0;
23
virtual ~taskBased() = default;
24
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected