1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 13:05:00 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
1587caef84 LibCore: Move event queueing to a per-thread event queue
Instead of juggling events between individual instances of
Core::EventLoop, move queueing and processing to a separate per-thread
queue (ThreadEventQueue).
2023-04-25 14:48:40 +02:00