Revert "fix: avoid joining thread in deferred deleter"

This reverts commit 38a3667304.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-04-16 14:22:49 +02:00
committed by Compute-Runtime-Automation
parent 908cd0abb7
commit 331b515478
7 changed files with 2 additions and 20 deletions

View File

@@ -16,7 +16,6 @@ class ThreadWin : public Thread {
public:
ThreadWin(std::thread *thread);
void join() override;
void detach() override;
void yield() override;
~ThreadWin() override = default;