FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
task.hpp File Reference

Go to the source code of this file.

Classes

class  AnimationTask
 

Namespaces

namespace  ftxui
 The FTXUI ftxui:: namespace.
 

Typedefs

using Closure = std::function<void()>
 
using Task = std::variant<Event, Closure, AnimationTask>