Add comprehensive GitHub Copilot instructions for FTXUI development (#1121)

This commit is contained in:
Copilot
2025-09-21 10:30:52 +02:00
committed by GitHub
parent f21fcc1995
commit 8249fcb41e
4 changed files with 221 additions and 7 deletions

View File

@@ -21,8 +21,8 @@ class TaskRunner {
auto PostTask(Task task) -> void;
/// Schedules a task to be executed after a certain duration.
auto PostDelayedTask(Task task, std::chrono::steady_clock::duration duration)
-> void;
auto PostDelayedTask(Task task,
std::chrono::steady_clock::duration duration) -> void;
/// Runs the tasks in the queue, return the delay until the next delayed task
/// can be executed.