Files
ladybird/Libraries/LibCore/EventLoopImplementationUnix.cpp
Aliaksandr Kalenik b7cd606ff4 LibCore: Protect ThreadData with a mutex in EventLoopImplementationUnix
`register_notifier()` and `unregister_notifier()` could be called from
different threads modifying the same `ThreadData`.
2025-11-02 22:43:10 +01:00

22 KiB