Add unique_ptr<TaskRunner>

This commit is contained in:
ArthurSonzogni
2025-07-02 20:17:51 +02:00
parent 1b479ee12d
commit 4ac28b5675
4 changed files with 23 additions and 6 deletions

View File

@@ -11,7 +11,6 @@
#include "ftxui/screen/image.hpp" // for Pixel, Image
#include "ftxui/screen/terminal.hpp" // for Dimensions
#include "ftxui/util/autoreset.hpp" // for AutoReset
namespace ftxui {
@@ -31,6 +30,9 @@ class Screen : public Image {
static Screen Create(Dimensions dimension);
static Screen Create(Dimensions width, Dimensions height);
// Destructor:
~Screen() override = default;
std::string ToString() const;
// Print the Screen on to the terminal.