FTXUI/include/ftxui/component
ArthurSonzogni 09a1b16613 Add a Producer/Consumer system.
It allow you to create the two end of a pipe: A producer and consumer.
The producer can be moved into another thread.
Several producer can be created if necessary.

This will ease merging:
https://github.com/ArthurSonzogni/FTXUI/pull/11
2020-03-24 23:42:17 +01:00
..
checkbox.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
component.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
container.hpp Add -Wextra 2019-06-30 23:59:27 +02:00
event.hpp Add a Producer/Consumer system. 2020-03-24 23:42:17 +01:00
input.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
menu.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
producer_consumer.hpp Add a Producer/Consumer system. 2020-03-24 23:42:17 +01:00
radiobox.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00
screen_interactive.hpp Add a Producer/Consumer system. 2020-03-24 23:42:17 +01:00
toggle.hpp Set clang-format macro indent. 2020-03-23 21:26:00 +01:00