Calling actor's method in an async closure doesn't allow await now?
|
|
3
|
413
|
July 3, 2024
|
How come we can't mutate actor stored properties outside of the actor context but through self?
|
|
3
|
530
|
June 24, 2024
|
Confused with actor isolation with ThrowingTaskGroup in Swift 6
|
|
2
|
1385
|
June 19, 2024
|
Using NSManagedObjectContext background context with actors
|
|
1
|
456
|
June 17, 2024
|
Use a `Protocol` of @MainActor instead of concrete @MainActor class produces an error
|
|
6
|
987
|
June 17, 2024
|
Using @MainActor on an ObservableObject or a method
|
|
2
|
2352
|
June 11, 2024
|
An actor with non-async implementation of an async protocol method crashes periodically
|
|
21
|
565
|
June 5, 2024
|
`import actor MyLib.MyActor` fails
|
|
1
|
270
|
May 25, 2024
|
A pitfall when using didSet and Task together - order can't be guaranteed
|
|
15
|
1242
|
April 20, 2024
|
Async assignment to a lazy local var causes Xcode 15.3 compiler crash
|
|
9
|
714
|
April 17, 2024
|
CIImage: Incorrect Sendable Conformance?
|
|
5
|
821
|
April 10, 2024
|
What would be the go-to pattern consuming updates from Actors from MainActor?
|
|
7
|
1045
|
March 26, 2024
|
`@isolated(any)` function types
|
|
36
|
5118
|
March 19, 2024
|
Task in @MainActor Function Appears to Become Detached
|
|
4
|
819
|
March 12, 2024
|
Incorrect compiler error when referencing an actor's method's type
|
|
0
|
497
|
March 10, 2024
|
Swift Concurrency to run continuous work?
|
|
20
|
1985
|
February 22, 2024
|
Actor and mutation of captured var in a Task's closure
|
|
6
|
3054
|
February 6, 2024
|
[Pitch] Inheriting the caller's actor isolation
|
|
17
|
3571
|
January 22, 2024
|
Is this an ok solution to achieve shared instance of actor using async init?
|
|
9
|
2715
|
January 2, 2024
|
@Observable macro conflicting with @MainActor
|
|
3
|
5147
|
November 21, 2023
|
What thread does a custom Global Actor use?
|
|
14
|
3299
|
November 1, 2023
|
Nonisolated synchronous actor initializers
|
|
0
|
607
|
September 21, 2023
|
Simple state protection via Actor vs DispatchQueue.sync?
|
|
14
|
3697
|
July 17, 2023
|
Non-Reentrant Actors
|
|
3
|
1726
|
June 29, 2023
|
Why "await" is needed to access a variable within an actor when using a weak self Task?
|
|
8
|
1313
|
June 19, 2023
|
Crash in "safe" swift with actors/concurrency
|
|
5
|
2794
|
April 23, 2023
|
Non-isolated context error in actor's init
|
|
0
|
1994
|
April 19, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
1457
|
March 22, 2023
|
How to remove the inherited @MainActor attribute on stored properties
|
|
3
|
947
|
March 21, 2023
|
[Pitch] Custom Actor Executors
|
|
27
|
6145
|
March 9, 2023
|