Trigger event thread only if we need execute process 22/300322/1
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 21 Oct 2023 15:12:28 +0000 (00:12 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Sat, 21 Oct 2023 15:12:28 +0000 (00:12 +0900)
commit6f2ff668cc5c4ad73c338ccb1f44d256594bfa4d
treed8720682bd54838555f9aa82471384f03328cffb
parentb7ad67477178dbb778a1cbf220a888868c35f2eb
Trigger event thread only if we need execute process

Sometimes, Canceled running task can wake up main thread.
This logic might crush some toolkit UTC.
And also it is useless.

We already have some logics to avoid too-much-cached cancel
tasks. So now we don't need to trigger event thread for
canceled tasks, and flush.

Change-Id: Ib4a62757260cc459941f8e153e37eab70f5f885a
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali/internal/system/common/async-task-manager-impl.cpp