[NUI] Add API for ProcessController without Initialize
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 11 Dec 2023 04:21:42 +0000 (13:21 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 13 Dec 2023 01:43:33 +0000 (10:43 +0900)
commit8028166b80292b1a8e56b09dd73ee0153ca4a3c4
tree3b61ce8447e5bfe98f6a4ccabd084ca14568c665
parent4eb055db9b2bcd4e89352ba7aa68fd2f5b4043e9
[NUI] Add API for ProcessController without Initialize

To keep the backword stability, let we use previous API (CSharp_Dali_new_ProcessorController) call Initialize internally
and new API (CSharp_Dali_new_ProcessorController_Without_Initialize) will not call this.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Common/DisposeQueue.cs
src/Tizen.NUI/src/internal/Common/ProcessorController.cs
src/Tizen.NUI/src/internal/Interop/Interop.ProcessorController.cs