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

Method requestStop

src/engine/Engine.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void requestStop() {
198 running = false;
199 }
200
201 void join() {
202 pthread_join(thread, NULL);

Callers 1

Engine_relaunchWorkersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected