FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
task.cppm
Go to the documentation of this file.
1/// @module ftxui.component:Task
2/// @brief コンポーネントモジュールのタスククラスのモジュールファイル
3
4/// @brief Module file for the Task class of the Component module
5
6module;
7
9
10export module ftxui.component:Task;
11
12/**
13 * @namespace ftxui
14 * @brief FTXUI ftxui::名前空間
15 */
16export namespace ftxui {
18 using ftxui::Closure;
19 using ftxui::Task;
20}
FTXUIコンポーネント操作用モジュールファイルです。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9
std::variant< Event, Closure, AnimationTask > Task
Definition task.hpp:13
std::function< void()> Closure
Definition task.hpp:12