Task isn't running right after creation in Swift – Ios swift
In the Apple Docs, it says Tasks can start running immediately after creation; you don’t explicitly start or schedule them. However, in my code, the Task only starts running when the function that calls it goes out of scope. func…