1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 11:25:08 +00:00
serenity/Userland/Applications/CrashReporter
Jelle Raaijmakers f25123df66 LibCore: Remove main event loop
The main event loop functionality was used in just two places where the
alternative is a bit simpler. Remove it in favor of referencing the
event loop directly, or just invoking `EventLoop::current()`.

Note that we don't need locking in the constructor since we're now only
modifying a thread-local `Vector`. We also don't need locking in the
old call sites to `::with_main_locked()` since we already lock the
event loop in the subsequent `::post_event()` invocation.
2022-04-27 11:54:37 +02:00
..
CMakeLists.txt CrashReporter: Implement Save Backtrace button 2022-04-12 21:43:07 +01:00
CrashReporterWindow.gml CrashReporter: Fix "Save Backtrace" button width 2022-04-20 12:01:49 +02:00
main.cpp LibCore: Remove main event loop 2022-04-27 11:54:37 +02:00