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
2026-06-28 17:48:50 +08:00

StreamRecorder

Description
No description provided
Readme 78 KiB
Languages
Swift 100%