Invoke changed callbacks using ecore idler 79/291079/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 7 Apr 2023 08:31:36 +0000 (17:31 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Fri, 7 Apr 2023 11:03:42 +0000 (20:03 +0900)
commit950c1845dbade6cec1a31306247eb75d03ad60ef
tree9fa45beb28a45c3fecc403201d532aa3f6c40874
parent18b00a7cc7518a781638a7751523824d8578f3dc
Invoke changed callbacks using ecore idler

- Requirements:
Each callbacks should not prevent main loop for a long time.

- Contents:
This patch fixes the logic of changed callback invocation. Through this
patch, each callbacks will be invoked by ecore idler. This makes the
code blocks the main loop for reasonable time. And this makes each
callbacks behavior become asynchronous.

Change-Id: I482e5168f3f9ff44398b5b7d067a68f37e511fd0
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/vc_config_mgr.cpp