Move arrpc server into a worker thread to reduce stutters (#1053)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Justin
2025-07-06 11:34:32 -04:00
committed by GitHub
parent 099845deb7
commit 8aa91b4f01
6 changed files with 186 additions and 39 deletions

View File

@@ -49,8 +49,6 @@ export const enum IpcEvents {
VIRT_MIC_START_SYSTEM = "VCD_VIRT_MIC_START_ALL",
VIRT_MIC_STOP = "VCD_VIRT_MIC_STOP",
ARRPC_ACTIVITY = "VCD_ARRPC_ACTIVITY",
CLIPBOARD_COPY_IMAGE = "VCD_CLIPBOARD_COPY_IMAGE",
DEBUG_LAUNCH_GPU = "VCD_DEBUG_LAUNCH_GPU",