Is there a way to capture a non global actor's context in a task?
|
|
5
|
198
|
August 31, 2024
|
Writing tests to demonstrate actor re-entrance bugs
|
|
44
|
871
|
August 29, 2024
|
Allowing send to actor
|
|
4
|
184
|
August 27, 2024
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
8
|
226
|
August 25, 2024
|
Why do not actor-isolated properties support 'await' setter?
|
|
41
|
1204
|
August 24, 2024
|
Deinit and MainActor
|
|
27
|
11788
|
August 21, 2024
|
Use `withThrowingTaskGroup` within Actor leads to `Non-sendable type '(inout ThrowingTaskGroup<Void, any Error>) async throws -> ()'` compilation warning
|
|
17
|
3584
|
August 20, 2024
|
Mutating a class property from a detached task
|
|
9
|
160
|
August 12, 2024
|
Is it possible to use withTaskGroup and maintain GlobalActor isolation?
|
|
9
|
192
|
August 7, 2024
|
Unable to work properly with GlobalActor vars/functions within actor in Swift 6 mode
|
|
2
|
88
|
August 6, 2024
|
Synchronous (non-isolated) reads of an actor’s stored property
|
|
8
|
310
|
August 4, 2024
|
Combine's PassthroughSubject inside an actor, is it safe?
|
|
5
|
338
|
July 17, 2024
|
How to pause execution in an actor's syncronous function
|
|
2
|
108
|
July 17, 2024
|
Swift-chat: Showcase for distributed application
|
|
15
|
4325
|
July 11, 2024
|
Is MainActor.assumeIsolated truly necessary in deinit for a @MainActor annotated class?
|
|
4
|
766
|
July 10, 2024
|
Calling actor's method in an async closure doesn't allow await now?
|
|
3
|
305
|
July 3, 2024
|
How come we can't mutate actor stored properties outside of the actor context but through self?
|
|
3
|
473
|
June 24, 2024
|
Confused with actor isolation with ThrowingTaskGroup in Swift 6
|
|
2
|
520
|
June 19, 2024
|
Using NSManagedObjectContext background context with actors
|
|
1
|
264
|
June 17, 2024
|
Use a `Protocol` of @MainActor instead of concrete @MainActor class produces an error
|
|
6
|
368
|
June 17, 2024
|
Using @MainActor on an ObservableObject or a method
|
|
2
|
2013
|
June 11, 2024
|
An actor with non-async implementation of an async protocol method crashes periodically
|
|
21
|
523
|
June 5, 2024
|
`import actor MyLib.MyActor` fails
|
|
1
|
265
|
May 25, 2024
|
A pitfall when using didSet and Task together - order can't be guaranteed
|
|
15
|
1051
|
April 20, 2024
|
Async assignment to a lazy local var causes Xcode 15.3 compiler crash
|
|
9
|
545
|
April 17, 2024
|
CIImage: Incorrect Sendable Conformance?
|
|
5
|
698
|
April 10, 2024
|
What would be the go-to pattern consuming updates from Actors from MainActor?
|
|
7
|
744
|
March 26, 2024
|
`@isolated(any)` function types
|
|
36
|
4234
|
March 19, 2024
|
Task in @MainActor Function Appears to Become Detached
|
|
4
|
683
|
March 12, 2024
|
Incorrect compiler error when referencing an actor's method's type
|
|
0
|
482
|
March 10, 2024
|