ladybird/Userland/Libraries/LibThreading
Andrew Kaster e16bdb4a3c LibThreading: Add a way to cancel and join the background thread
This allows processes using BackgroundAction to actually exit when all
their threads have exited.
2024-04-26 09:41:24 +02:00
..
BackgroundAction.cpp LibThreading: Add a way to cancel and join the background thread 2024-04-26 09:41:24 +02:00
BackgroundAction.h LibThreading: Add a way to cancel and join the background thread 2024-04-26 09:41:24 +02:00
CMakeLists.txt
ConditionVariable.h
Forward.h
Mutex.h
MutexProtected.h
Thread.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Thread.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WorkerThread.h