MCPcopy Create free account
hub / github.com/VCVRack/Rack / setThreads

Method setThreads

src/engine/Engine.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 std::condition_variable cv;
42
43 void setThreads(size_t threads) {
44 this->threads = threads;
45 }
46
47 void wait() {
48 std::unique_lock<std::mutex> lock(mutex);

Callers 1

Engine_relaunchWorkersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected