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.
EventThreadWithLoop
1 parent 73968f0 commit 070c750Copy full SHA for 070c750
1 file changed
src/ESPressio_EventThread.hpp
@@ -66,7 +66,7 @@ namespace ESPressio {
66
67
virtual void OnThreadLoop() = 0;
68
public:
69
- EventThreadBase(bool freeOnTerminate) : Thread(freeOnTerminate) { }
+ EventThreadWithLoop(bool freeOnTerminate) : Thread(freeOnTerminate) { }
70
71
virtual ~EventThreadBase() {
72
0 commit comments