mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Added Thread:isRunning
This commit is contained in:
@@ -93,5 +93,10 @@ void Threadable::wait()
|
||||
owner->wait();
|
||||
}
|
||||
|
||||
bool Threadable::isRunning() const
|
||||
{
|
||||
return owner->isRunning();
|
||||
}
|
||||
|
||||
} // thread
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user