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