Fix issues

This commit is contained in:
JCW
2025-08-28 22:41:41 +01:00
parent 1de3fb0450
commit 98c671cc78

View File

@@ -239,10 +239,10 @@ public:
void
run() override
{
// correct_order();
// incorrect_order();
// thread_specific_storage();
test_yield_and_stop();
correct_order();
incorrect_order();
thread_specific_storage();
// test_yield_and_stop();
}
};