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 7166640 commit 1b8b821Copy full SHA for 1b8b821
src/ESPressio_Thread.hpp
@@ -20,7 +20,7 @@ namespace ESPressio {
20
`Thread` is a class that represents a "standard" Thread in the system.
21
It is a wrapper around the system's Thread API, designed to make them much easier to use.
22
*/
23
- class Thread : public IThread, public Object<IThread> {
+ class Thread : public IThread, public Object<Thread> {
24
private:
25
// Type Definitions
26
0 commit comments