Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RichieSams/FiberTaskingLib
/ GetNumHardwareThreads
Function
GetNumHardwareThreads
source/thread_abstraction.cpp:241–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
namespace ftl {
240
241
unsigned GetNumHardwareThreads() {
242
return std::thread::hardware_concurrency();
243
}
244
245
} // End of namespace ftl
Callers
1
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected