mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
Weakable is not thread-safe, so taking a strong reference from a WeakPtr<Thread> may result in a use-after-free. We don't use this functionality anywhere anyway, so remove it. |
||
|---|---|---|
| .. | ||
| BackgroundAction.cpp | ||
| BackgroundAction.h | ||
| CMakeLists.txt | ||
| ConditionVariable.h | ||
| Forward.h | ||
| Mutex.h | ||
| MutexProtected.h | ||
| RWLock.h | ||
| RWLockProtected.h | ||
| Thread.cpp | ||
| Thread.h | ||
| WorkerThread.h | ||