helpers: Add an async dialog box impl (#9919)

Adds an async dialog box, way safer than our previous local solution for ANR
This commit is contained in:
Vaxry
2025-04-06 17:31:58 +02:00
committed by GitHub
parent e96b8ce4cc
commit 3c128679ee
8 changed files with 215 additions and 76 deletions

View File

@@ -68,6 +68,7 @@ class CEventLoopManager {
wl_event_source* m_configWatcherInotifySource = nullptr;
friend class CSyncTimeline;
friend class CAsyncDialogBox;
};
inline UP<CEventLoopManager> g_pEventLoopManager;