We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fdaf7 commit dc92998Copy full SHA for dc92998
src/ESPressio_ThreadGarbageCollector.hpp
@@ -11,7 +11,7 @@ namespace ESPressio {
11
12
namespace Threads {
13
14
- class ThreadGarbageCollector : Thread {
+ class ThreadGarbageCollector : public Thread {
15
private:
16
// A semaphore for our loop to wait on (so that it doesn't consume CPU cycles when there's nothing to do).
17
SemaphoreHandle_t _semaphore = xSemaphoreCreateBinary();
0 commit comments