MCPcopy Create free account
hub / github.com/Soreepeong/XivAlexander / ThreadCount

Method ThreadCount

XivAlexanderCommon/Utils/Win32/ThreadPool.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40size_t Utils::Win32::TpEnvironment::ThreadCount() const {
41 return m_maxCores;
42}
43
44void Utils::Win32::TpEnvironment::SubmitWork(std::function<void()> cb) {
45 if (m_cancelling)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected