You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use @concurrent to run on background thread. example fetchImage and decode image. for display Image use @mainactor
285
285
// preconcurrency to silence the warning
286
+
// MARK: - actor example
287
+
//Isolation: Actors run in their own independent domain. Access to their properties is serialized, which means only one task can interact with an actor's state at one time.
0 commit comments