Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bshoshany/thread-pool
/ ~func_concept
Method
~func_concept
include/BS_thread_pool.hpp:333–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
struct func_concept
332
{
333
virtual ~func_concept() = default;
334
virtual R call(Args... args) = 0;
335
};
336
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected