serenity/Userland/Libraries/LibThreading
Tim Ledbetter d1a964a43b LibThreading: Resolve BackgroundAction error callback use-after-free
This change ensures that a reference to the BackgroundAction is held
until after the error callback has executed on the event loop.

This fixes an intermittent crash in Assistant :^)
2023-03-23 21:05:12 +01:00
..
BackgroundAction.cpp
BackgroundAction.h LibThreading: Resolve BackgroundAction error callback use-after-free 2023-03-23 21:05:12 +01:00
CMakeLists.txt
ConditionVariable.h
Mutex.h
MutexProtected.h
Thread.cpp
Thread.h