1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-17 05:17:35 +00:00
serenity/Userland/Libraries/LibThreading
Andreas Kling d1cea57246 LibThreading: Invoke BackgroundAction completions on origin event loop
We now capture the origin thread's current event loop when setting up
a BackgroundAction and then invoke the on_complete callback on that same
event loop.
2022-01-25 09:13:40 +01:00
..
BackgroundAction.cpp
BackgroundAction.h LibThreading: Invoke BackgroundAction completions on origin event loop 2022-01-25 09:13:40 +01:00
CMakeLists.txt
ConditionVariable.h
Mutex.h LibThreading: Introduce MutexProtected generic synchronization primitive 2022-01-23 15:21:10 +01:00
MutexProtected.h LibThreading: Introduce MutexProtected generic synchronization primitive 2022-01-23 15:21:10 +01:00
Thread.cpp
Thread.h