How to adapt RunLoop to swift concurrency(async/await) – Ios swift
I'm having some compilation warnings using Xcode 14.2/swift 5.7 (future errors in swift 6). I've some async function tests in a unit test target which include some code to process UI changes in the main loop. There are two related…