Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ make_executor_worker_name
Method
make_executor_worker_name
source/executors/executor.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
std::string concurrencpp::details::make_executor_worker_name(std::string_view executor_name) {
13
return std::string(executor_name) +
" worker"
;
14
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected