Add **Web platform with Emscripten**
This commit is contained in:
@@ -48,7 +48,7 @@ void ThreadBase::Kill(bool waitForJoin)
|
||||
return;
|
||||
}
|
||||
ASSERT(GetID());
|
||||
const auto thread = static_cast<Thread*>(this);
|
||||
Thread* thread = (Thread*)this;
|
||||
|
||||
// Stop runnable object
|
||||
if (_callAfterWork && _runnable)
|
||||
|
||||
Reference in New Issue
Block a user