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()>
 任務代表一個工作單元。