Ios swift – SWIFT TASK CONTINUATION MISUSE: – method leaked its continuation! – Not blocking main thread?
I have to use async/await with withCheckedThrowingContinuation to get a result from an external lib (I cannot modify this lib). I call this from a UIViewController (which means the Task will be on the MainActor if I understood correctly). But…