MCPcopy Create free account
hub / github.com/DISTRHO/DPF / shouldThreadExit

Function shouldThreadExit

distrho/extra/Thread.hpp:87–90  ·  view source on GitHub ↗

* Check if the thread should exit. */

Source from the content-addressed store, hash-verified

85 * Check if the thread should exit.
86 */
87 bool shouldThreadExit() const noexcept
88 {
89 return fShouldExit;
90 }
91
92 /*
93 * Start the thread.

Callers 2

runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected