This commit is contained in:
2025-12-15 13:20:58 +01:00
parent 7e02e20878
commit b064038c2d
9 changed files with 27 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
*/
class IdleThread : public Thread {
public:
explicit IdleThread() : Thread() {}
explicit IdleThread() : Thread(true) {}
/*! \brief Wait for a thread to become ready and sleep in the meantime.
*