FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
task.cppm
Go to the documentation of this file.
1
/**
2
* @file task.cppm
3
* @brief Module file for the Task class of the Component module
4
*/
5
6
module
;
7
8
#include <
ftxui/component/task.hpp
>
9
10
export
module
ftxui.component.task
;
11
12
/**
13
* @namespace ftxui
14
* @brief The FTXUI ftxui:: namespace
15
*/
16
export
namespace
ftxui
{
17
using
ftxui::AnimationTask
;
18
using
ftxui::Closure
;
19
using
ftxui::Task
;
20
}
ftxui::AnimationTask
Definition
task.hpp:12
ftxui.component.task
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
src
ftxui
component
task.cppm
Generated by
1.12.0