mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 09:37:34 +00:00
![]() Users can now determine whether a thread has been started or not. A started thread might also have already terminated. Implementation note: We *could* detect this with pthread APIs maybe, but this is much simpler. |
||
---|---|---|
.. | ||
BackgroundAction.cpp | ||
BackgroundAction.h | ||
CMakeLists.txt | ||
ConditionVariable.h | ||
Mutex.h | ||
MutexProtected.h | ||
Thread.cpp | ||
Thread.h |