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