Add AppCoreUiThreadBase class 76/294076/5
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 13 Jun 2023 00:16:01 +0000 (00:16 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 13 Jun 2023 02:31:18 +0000 (02:31 +0000)
commit0fccc83c176895af404afc6ffab60cf5e563528e
treef533a6362684175686968890248926696933404b
parent3a1c32478faa1d1e98bdc9488330edfebea083fc
Add AppCoreUiThreadBase class

To support preloading ui thread in the candidate process, the class is added.
The AppCoreUiBase class uses the AppCoreUiThreadBase class to create & run
the ui thread.

Change-Id: Ibb290befd3fb58bbb465873d2ef9bff2ba4863a5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
CMakeLists.txt
packaging/app-core.spec
tizen-cpp/app-core-ui-cpp/CMakeLists.txt
tizen-cpp/app-core-ui-cpp/app_core_ui_base.cc
tizen-cpp/app-core-ui-cpp/app_core_ui_thread_base.cc [new file with mode: 0644]
tizen-cpp/app-core-ui-cpp/app_core_ui_thread_base.hh [new file with mode: 0644]
unittests/CMakeLists.txt