Files
ladybird/Libraries/LibMedia
Zaggy1024 af2ac67be3 LibMedia: Don't lock the main loop while initializing a media source
We only need to take a strong reference to the main event loop when
an error occurred in order to invoke the callback on the main thread.
By taking this lock for the entire duration of the thread, we were
preventing the main thread from exiting if the init thread hangs.
2026-02-18 13:13:32 -06:00
..
2025-10-27 17:28:49 -07:00
2026-02-18 08:02:45 -05:00
2026-02-18 08:02:45 -05:00