Combining @Observable and @Sendable
|
|
4
|
190
|
April 14, 2025
|
Why can I assign @isolated(any) closure to non isolated closure?
|
|
3
|
83
|
April 14, 2025
|
withThrowingTaskGroup doesn't (re)throw the error
|
|
18
|
1863
|
April 13, 2025
|
Migration Challenges from Swift 5.x to Swift 6 in a UIKit
|
|
7
|
407
|
January 5, 2025
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
8
|
342
|
August 25, 2024
|
Is there a way for a nonsendable type to receive an asynchronous callback?
|
|
3
|
99
|
April 9, 2025
|
Run ViewModel Method off the mainActor
|
|
4
|
159
|
April 8, 2025
|
Why this actor call doesn't need await?
|
|
16
|
611
|
April 8, 2025
|
Why are protocols annotated with @MainActor vs only their requirements?
|
|
3
|
166
|
April 7, 2025
|
Equatable Protocol and View
|
|
10
|
1061
|
April 6, 2025
|
Typed throws do not infer type in generic type-throwing functions
|
|
16
|
190
|
April 5, 2025
|
Understanding the concept of "immediacy" in Swift concurrency
|
|
5
|
294
|
April 4, 2025
|
SIGABRT freed pointer was not the last allocation crash
|
|
1
|
128
|
April 4, 2025
|
Why not just make all mutable types actors?
|
|
5
|
185
|
April 3, 2025
|
My experience (attempting) a migration to swift 6
|
|
4
|
194
|
April 3, 2025
|
Why can't I set properties asynchronously?
|
|
5
|
304
|
April 3, 2025
|
EXC_BAD_ACCESS during access to actor-isolated array
|
|
10
|
277
|
April 3, 2025
|
Sending, inout sending, Mutex
|
|
14
|
789
|
April 3, 2025
|
Serial Execution in Swift Concurrency
|
|
10
|
309
|
April 2, 2025
|
Creating an async "control flow"-like API
|
|
6
|
203
|
April 2, 2025
|
CoreData, Concurrency, and Background Context Confusion
|
|
0
|
48
|
April 2, 2025
|
Task Identifier Issue
|
|
2
|
105
|
April 2, 2025
|
Something broke SE-0313?
|
|
2
|
266
|
April 2, 2025
|
Using a custom GlobalActor: "actor-isolated function was not called on the same actor"
|
|
9
|
222
|
April 1, 2025
|
How to write a type-eraser for @MainActor method?
|
|
3
|
144
|
April 1, 2025
|
Xcode 16.3: Can't use `makeIterator` via FileManager's enumerator(at:) in async function
|
|
9
|
245
|
April 1, 2025
|
Back-porting TaskExecutor
|
|
0
|
78
|
March 31, 2025
|
Cannot form key path to actor-isolated property
|
|
2
|
192
|
March 29, 2025
|
Potential false positive `sending '...' risks causing data races`
|
|
7
|
210
|
March 29, 2025
|
Concurrency error when using main actor-isolated property wrapper in a Preview
|
|
0
|
47
|
March 28, 2025
|