ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 478b36c37b LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables
HTML::EventLoop tries to reschedule itself when there are more tasks in
any of its queues, but let's not do it if none of them are runnable.
2021-10-03 18:25:15 +02:00
..
EventLoop.cpp LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables 2021-10-03 18:25:15 +02:00
EventLoop.h LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects 2021-10-03 16:42:34 +02:00
Task.cpp LibWeb: Only take runnable tasks from the HTML task queue 2021-10-03 16:42:34 +02:00
Task.h LibWeb: Only take runnable tasks from the HTML task queue 2021-10-03 16:42:34 +02:00
TaskQueue.cpp LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables 2021-10-03 18:25:15 +02:00
TaskQueue.h LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables 2021-10-03 18:25:15 +02:00