Ios swift – Swift 6 – Switch from @MainActor func to async function
How can I call in Swift 6 a normal async function from a MainActor function? I do not want to execute URLRequests on the MainThread I want to switch from the Main Thread to an async Thread but I have…