|
Is it possible to use withTaskGroup and maintain GlobalActor isolation?
|
|
9
|
777
|
August 7, 2024
|
|
Unable to work properly with GlobalActor vars/functions within actor in Swift 6 mode
|
|
2
|
649
|
August 6, 2024
|
|
Synchronous (non-isolated) reads of an actor’s stored property
|
|
8
|
1862
|
August 4, 2024
|
|
Combine's PassthroughSubject inside an actor, is it safe?
|
|
5
|
1523
|
July 17, 2024
|
|
How to pause execution in an actor's syncronous function
|
|
2
|
200
|
July 17, 2024
|
|
Calling actor's method in an async closure doesn't allow await now?
|
|
3
|
744
|
July 3, 2024
|
|
How come we can't mutate actor stored properties outside of the actor context but through self?
|
|
3
|
648
|
June 24, 2024
|
|
Confused with actor isolation with ThrowingTaskGroup in Swift 6
|
|
2
|
2050
|
June 19, 2024
|
|
Using NSManagedObjectContext background context with actors
|
|
1
|
930
|
June 17, 2024
|
|
Use a `Protocol` of @MainActor instead of concrete @MainActor class produces an error
|
|
6
|
2969
|
June 17, 2024
|
|
Using @MainActor on an ObservableObject or a method
|
|
2
|
3600
|
June 11, 2024
|
|
An actor with non-async implementation of an async protocol method crashes periodically
|
|
21
|
869
|
June 5, 2024
|
|
`import actor MyLib.MyActor` fails
|
|
1
|
300
|
May 25, 2024
|
|
A pitfall when using didSet and Task together - order can't be guaranteed
|
|
15
|
1840
|
April 20, 2024
|
|
Async assignment to a lazy local var causes Xcode 15.3 compiler crash
|
|
9
|
1249
|
April 17, 2024
|
|
CIImage: Incorrect Sendable Conformance?
|
|
5
|
1176
|
April 10, 2024
|
|
What would be the go-to pattern consuming updates from Actors from MainActor?
|
|
7
|
1789
|
March 26, 2024
|
|
`@isolated(any)` function types
|
|
36
|
7474
|
March 19, 2024
|
|
Task in @MainActor Function Appears to Become Detached
|
|
4
|
1223
|
March 12, 2024
|
|
Incorrect compiler error when referencing an actor's method's type
|
|
0
|
514
|
March 10, 2024
|
|
Swift Concurrency to run continuous work?
|
|
20
|
2686
|
February 22, 2024
|
|
Actor and mutation of captured var in a Task's closure
|
|
6
|
3884
|
February 6, 2024
|
|
[Pitch] Inheriting the caller's actor isolation
|
|
17
|
4409
|
January 22, 2024
|
|
Is this an ok solution to achieve shared instance of actor using async init?
|
|
9
|
3052
|
January 2, 2024
|
|
@Observable macro conflicting with @MainActor
|
|
3
|
6839
|
November 21, 2023
|
|
What thread does a custom Global Actor use?
|
|
14
|
4611
|
November 1, 2023
|
|
Nonisolated synchronous actor initializers
|
|
0
|
778
|
September 21, 2023
|
|
Simple state protection via Actor vs DispatchQueue.sync?
|
|
14
|
5102
|
July 17, 2023
|
|
Non-Reentrant Actors
|
|
3
|
1875
|
June 29, 2023
|
|
Why "await" is needed to access a variable within an actor when using a weak self Task?
|
|
8
|
1565
|
June 19, 2023
|