ladybird/Userland/Libraries/LibThreading
Timothy Flynn 8472b2b1fb LibThreading: Remove the thread pool
The thread pool test is currently flakey and takes over 2 minutes to run
on CI. It also currently has no users now that RequestServer uses curl,
so let's just remove it for now. If we need it in the future, we can
revive it from git history.
2024-09-22 14:07:16 -04:00
..
BackgroundAction.cpp LibThreading: Guard closing the background thread on the thread existing 2024-07-25 20:55:31 +01:00
BackgroundAction.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConditionVariable.h LibThreading: Remove unused include of <sys/cdefs.h> 2022-12-20 11:04:05 +01:00
Forward.h LibThreading: Create WorkerThread class run a single task concurrently 2023-04-23 23:14:30 +02:00
Mutex.h Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
MutexProtected.h LibThreading: Expose the ProtectedType alias 2024-05-20 08:03:35 +02:00
RWLock.h LibThreading: Add RWLock and RWLockedProtected 2024-05-20 08:03:35 +02:00
RWLockProtected.h LibThreading: Add RWLock and RWLockedProtected 2024-05-20 08:03:35 +02:00
Thread.cpp Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
Thread.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
WorkerThread.h LibThreading: Create WorkerThread class run a single task concurrently 2023-04-23 23:14:30 +02:00