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 Module file for the Task class of the Component module
3
4
module
;
5
6
#include <
ftxui/component/task.hpp
>
7
8
export
module
ftxui.component:Task
;
9
10
/**
11
* @namespace ftxui
12
* @brief The FTXUI ftxui:: namespace
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::AnimationTask
;
16
using
ftxui::Closure
;
17
using
ftxui::Task
;
18
}
ftxui::AnimationTask
Definition
task.hpp:12
ftxui.component
Module file for FTXUI component operations.
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10
ftxui::Task
std::variant< Event, Closure, AnimationTask > Task
Definition
task.hpp:14
ftxui::Closure
std::function< void()> Closure
Definition
task.hpp:13
task.hpp