Where to await to avoid race conditions and not block the Main thread? – Ios swift
I have recently started using async/await (in an existing, Non Swift-UI codebase). Two things that I haven't been able to get an answer to (neither by reading nor experimenting) is whether its wrong to await something on the @MainActor and…