FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
task_internal.hpp File Reference

Go to the source code of this file.

Classes

struct  PendingTask
 PendingTaskは、特定の時刻に、または可能な限り早く実行されるようにスケジュールされたタスクを表します。 More...
 

Namespaces

namespace  ftxui
 FTXUI ftxui:: 名前空間
 
namespace  ftxui::task
 

Typedefs

using Task = std::function<void()>
 タスクは作業の単位を表します。