1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Libraries/LibThreading
Timothy Flynn 5f9ed343b3 LibThreading: Pass ownership of a BackgroundAction result to its caller
There is no need to create a copy of potentially expensive structures.
2025-02-10 16:05:43 +00:00
..
BackgroundAction.cpp LibThreading: Build on Windows 2024-12-08 17:19:42 -07:00
BackgroundAction.h LibThreading: Pass ownership of a BackgroundAction result to its caller 2025-02-10 16:05:43 +00:00
CMakeLists.txt Meta: Make pthread and mman available for all libraries on Windows 2024-12-18 05:55:58 +01:00
ConditionVariable.h
Forward.h
Mutex.h LibThreading: Make MutexLocker [[nodiscard]] 2025-01-10 13:21:36 +00:00
MutexProtected.h
RWLock.h
RWLockProtected.h
Thread.cpp LibThreading: Build on Windows 2024-12-08 17:19:42 -07:00
Thread.h LibThreading: Build on Windows 2024-12-08 17:19:42 -07:00
WorkerThread.h