-
- Downloads
Introduce Loop. (#476)
It can be used to give developers a better control on the loop. Users can use it not to take full control of the thread, and poll FTXUI from time to time as part of an external loop. This resolves: https://github.com/ArthurSonzogni/FTXUI/issues/474
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- CMakeLists.txt 3 additions, 1 deletionCMakeLists.txt
- examples/component/CMakeLists.txt 1 addition, 0 deletionsexamples/component/CMakeLists.txt
- examples/component/custom_loop.cpp 55 additions, 0 deletionsexamples/component/custom_loop.cpp
- include/ftxui/component/loop.hpp 39 additions, 0 deletionsinclude/ftxui/component/loop.hpp
- include/ftxui/component/receiver.hpp 14 additions, 0 deletionsinclude/ftxui/component/receiver.hpp
- include/ftxui/component/screen_interactive.hpp 18 additions, 3 deletionsinclude/ftxui/component/screen_interactive.hpp
- src/ftxui/component/loop.cpp 44 additions, 0 deletionssrc/ftxui/component/loop.cpp
- src/ftxui/component/screen_interactive.cpp 83 additions, 63 deletionssrc/ftxui/component/screen_interactive.cpp
Loading
Please register or sign in to comment