2 Commits

Author SHA1 Message Date
Arthur Sonzogni
6c33dd11d6 Merge dc3a6044ee into 994915dbb9 2025-08-06 04:44:10 +00:00
ArthurSonzogni
dc3a6044ee Update 2025-08-06 06:43:59 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
#include <stack> // for stack
#include <string>
#include <thread> // for thread, sleep_for
#include <thread> // for thread, sleep_for
#include <tuple> // for _Swallow_assign, ignore
#include <type_traits> // for decay_t
#include <utility> // for move, swap

View File

@@ -8,6 +8,7 @@
#include <gtest/gtest.h>
#include <thread> // for sleep_for
#include "task_runner.hpp"
namespace ftxui::task {
@@ -92,4 +93,3 @@ TEST(TaskTest, RunDelayedTask) {
} // namespace ftxui::task