MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / setHandleCloserThreadCount

Function setHandleCloserThreadCount

src/envfs.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201static ThreadPool<HandleCloserThread> g_handleClosers;
202
203void setHandleCloserThreadCount(std::size_t n)
204{
205 g_handleClosers.setMax(n);
206}
207
208void forEachEntryImpl(void* cx, HandleCloserThread& hc,
209 std::vector<std::unique_ptr<unsigned char[]>>& buffers,

Callers 1

OrganizerCoreMethod · 0.85

Calls 1

setMaxMethod · 0.80

Tested by

no test coverage detected