Files
ladybird/Libraries/LibWeb/HTML/RenderingThread.cpp
Zaggy1024 8e0d31ff3e LibWeb: Simplify the lifetime of RenderingThread
This was previously using a Core::Promise to notify the thread of the
event loop being destroyed. Instead, use WeakEventLoopReference to
condition all usages, then simply detach the thread and let it run
until an exit is requested.
2026-03-02 17:06:39 -06:00

9.1 KiB