Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bshoshany/thread-pool
/ operator()
Method
operator()
tests/BS_thread_pool_test.cpp:1336–1339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1334
struct function_object
1335
{
1336
void operator()()
1337
{
1338
check_callables_flag = true;
1339
}
1340
};
1341
1342
struct has_member_function
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected