FTXUI/examples
Arthur Sonzogni 57da24dfdb
Fix homescreen example thread safety. (#431)
This addresses and fix:
https://github.com/ArthurSonzogni/FTXUI/issues/430

This patchs makes |shift| to be read and written on the same thread. We
request the update to be made via a task posted on the main thread.

This patch has no real consequence, the previous behavior was fine.
I hope it will help users not to have thread safety issue and better
understand they can post tasks this way.
2022-07-04 23:34:37 +02:00
..
component Fix homescreen example thread safety. (#431) 2022-07-04 23:34:37 +02:00
dom Remove NXXM. Execute IWYU. (#397) 2022-05-08 08:44:38 +02:00
html Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
CMakeLists.txt Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
index.html Add clang-tidy. (#368) 2022-03-31 02:17:43 +02:00
run_webassembly.py Refactor examples list in CMake (#170) 2021-07-31 18:32:48 +02:00