Complete comprehensive copilot-instructions.md with exhaustive validation

Co-authored-by: ArthurSonzogni <4759106+ArthurSonzogni@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-19 13:00:41 +00:00
parent a04f19e634
commit 745675e6a1
6 changed files with 93 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.