yumoqing acb232d38b fix: replace blocking waitUntilExit() with async continuation
proc.waitUntilExit() blocks cooperative thread pool threads and
deadlocks in Swift Concurrency Task context because NSRunLoop
notifications aren't processed. Replace with terminationHandler +
withCheckedContinuation pattern.
2026-06-30 22:24:48 +08:00
..