mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Stub out HTML::EventLoop::process() with spec FIXME's
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0554d96a2e1
@@ -20,6 +20,7 @@ public:
|
||||
TaskQueue const& task_queue() const { return m_task_queue; }
|
||||
|
||||
void spin_until(Function<bool()> goal_condition);
|
||||
void process();
|
||||
|
||||
Task const* currently_running_task() const { return m_currently_running_task; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user