Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bshoshany/thread-pool
/ normal_func
Function
normal_func
tests/BS_thread_pool_test.cpp:1329–1332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1327
std::atomic<bool> check_callables_flag = false;
1328
1329
void normal_func()
1330
{
1331
check_callables_flag = true;
1332
}
1333
1334
struct function_object
1335
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected