No Built-In AsyncLock in Swift? No atomic actor functions?
|
|
1
|
64
|
January 4, 2025
|
Why Does the Compiler Allow Static Properties in Actors Without await?
|
|
7
|
172
|
January 4, 2025
|
GlobalActor and DispatchQueue pairing like @MainActor and DispatchQueue.main
|
|
17
|
198
|
December 12, 2024
|
Actors working serially with NotificationCenter messages
|
|
10
|
343
|
November 20, 2024
|
Crash in Combine Related to Swift 6 Concurrency
|
|
1
|
341
|
November 5, 2024
|
Surprising actor deinitialization
|
|
4
|
252
|
November 4, 2024
|
Using DispatchQueue as actor's serial executor under Linux
|
|
2
|
272
|
October 14, 2024
|
Why `Task()` and Various Other Questions
|
|
13
|
347
|
October 11, 2024
|
Thread-Safe Pool management with callers from synchronous contexts
|
|
4
|
169
|
October 9, 2024
|
How to "fire and forget" work on an actor?
|
|
3
|
172
|
October 4, 2024
|
Synchronization Of Non-isolated Property In Actor
|
|
4
|
143
|
September 30, 2024
|
I was playing with measuring Actor performance
|
|
16
|
723
|
September 29, 2024
|
Can ViewModel be coded by ObservableObject actor in SwiftUI View? - iOS16
|
|
1
|
118
|
September 28, 2024
|
A concurrency pothole I just fell into
|
|
1
|
208
|
September 24, 2024
|
Does String copy storage between actors?
|
|
3
|
139
|
September 19, 2024
|
Actor concurrent/parallel execution
|
|
33
|
3595
|
September 19, 2024
|
Is MainActor.assumeIsolated truly necessary in deinit for a @MainActor annotated class?
|
|
8
|
1994
|
September 15, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
20511
|
September 12, 2024
|
Deinit and MainActor
|
|
28
|
13518
|
September 11, 2024
|
Is there a way to capture a non global actor's context in a task?
|
|
5
|
224
|
August 31, 2024
|
Writing tests to demonstrate actor re-entrance bugs
|
|
44
|
950
|
August 29, 2024
|
Allowing send to actor
|
|
4
|
245
|
August 27, 2024
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
8
|
256
|
August 25, 2024
|
Why do not actor-isolated properties support 'await' setter?
|
|
41
|
2463
|
August 24, 2024
|
Use `withThrowingTaskGroup` within Actor leads to `Non-sendable type '(inout ThrowingTaskGroup<Void, any Error>) async throws -> ()'` compilation warning
|
|
17
|
3971
|
August 20, 2024
|
Mutating a class property from a detached task
|
|
9
|
191
|
August 12, 2024
|
Is it possible to use withTaskGroup and maintain GlobalActor isolation?
|
|
9
|
396
|
August 7, 2024
|
Unable to work properly with GlobalActor vars/functions within actor in Swift 6 mode
|
|
2
|
310
|
August 6, 2024
|
Synchronous (non-isolated) reads of an actor’s stored property
|
|
8
|
818
|
August 4, 2024
|
Combine's PassthroughSubject inside an actor, is it safe?
|
|
5
|
755
|
July 17, 2024
|