mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Update
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
#include <stack> // for stack
|
#include <stack> // for stack
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <thread> // for thread, sleep_for
|
#include <thread> // for thread, sleep_for
|
||||||
|
#include <thread> // for thread, sleep_for
|
||||||
#include <tuple> // for _Swallow_assign, ignore
|
#include <tuple> // for _Swallow_assign, ignore
|
||||||
#include <type_traits> // for decay_t
|
#include <type_traits> // for decay_t
|
||||||
#include <utility> // for move, swap
|
#include <utility> // for move, swap
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
#include <thread> // for sleep_for
|
||||||
#include "task_runner.hpp"
|
#include "task_runner.hpp"
|
||||||
|
|
||||||
namespace ftxui::task {
|
namespace ftxui::task {
|
||||||
@@ -92,4 +93,3 @@ TEST(TaskTest, RunDelayedTask) {
|
|||||||
|
|
||||||
} // namespace ftxui::task
|
} // namespace ftxui::task
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user