Do not running same tasks at multiple threads. 07/302407/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 6 Dec 2023 07:49:34 +0000 (16:49 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Fri, 8 Dec 2023 02:07:27 +0000 (02:07 +0000)
commitcc2745c45da4e2164bd4448bd0742660b53385b2
tree8229d0b5403a64dd4eceb587080c2cb0abcbbd58
parentb52dc2f84e3fa46834cdabc6c15a83e3995865e2
Do not running same tasks at multiple threads.

Let we make to do not execute same tasks at multiple threads
at the same timing.

It will make sure that we can control AsyncTask::Process API works
more thread-safety.

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