mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-03 12:52:31 +02:00
LibWeb: Stub out HTML::EventLoop::spin_until() with spec FIXME's
This commit is contained in:
@@ -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