Files
ladybird/Libraries/LibWeb/HTML/RenderingThread.h
Andrew Kaster e5465ff8e5 LibWeb: Crash less when the main thread exits while trying to render
Attach a 'job' to the main thread event loop, trusting that the event
loop implementation will cancel it when asked to quit. This is something
that our Unix implementation does, but isn't strictly part of the
contract of EventLoopImplementation.
2025-04-29 09:51:22 -06:00

2.3 KiB