Is it “safe” to modify a local variable within a withCheckedContinuation block mixing non structured and structured concurrency [closed]
Closed 22 hours ago.
How do I make a late initialised IUO property nonisolated?
I have a ObservableObject
(AppObservableObject
) that is observed on a couple of Views in my app. I annotated it with @MainActor
so that I ensure all view updates are sent through the Main thread.
Need a function to complete before running next function swift
I need to run a function A, have function A complete before running function B, have function B complete before function C starts and my the await statements are not working and functions are running at the same time. I have separate Alamofire requests inside function A and function B