ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andrew Kaster 2cd93e6b58 LibWeb: Pump the task queue when spinning until a goal condition
This prevents goal conditions that rely on tasks that are currently in
flight on the task queue (or were just submitted) from blocking the
event loop until an IPC event fires to kick the native event loop.
2024-01-19 11:47:59 +01:00
..
EventLoop.cpp LibWeb: Pump the task queue when spinning until a goal condition 2024-01-19 11:47:59 +01:00
EventLoop.h
Task.cpp LibWeb: Assign a unique ID to each HTML task 2023-09-13 13:45:47 +02:00
Task.h LibWeb: Begin implementing the Clipboard API 2023-11-11 08:54:37 +01:00
TaskQueue.cpp
TaskQueue.h