Switch name Producer/Consumer -> Sender/Receiver

The producer/consumer was created for:
https://github.com/ArthurSonzogni/FTXUI/pull/11

This patch makes rename everything from Producer/Consumer toward
Sender/Receiver.
This commit is contained in:
ArthurSonzogni
2020-03-25 00:07:41 +01:00
parent 09a1b16613
commit 0a7b556a12
7 changed files with 128 additions and 126 deletions

View File

@@ -73,7 +73,7 @@ add_library(component
include/ftxui/component/menu.hpp
include/ftxui/component/radiobox.hpp
include/ftxui/component/screen_interactive.hpp
include/ftxui/component/producer_consumer.hpp
include/ftxui/component/receiver.hpp
include/ftxui/component/toggle.hpp
)