Creating an async "control flow"-like API
|
|
6
|
212
|
April 2, 2025
|
CoreData, Concurrency, and Background Context Confusion
|
|
0
|
55
|
April 2, 2025
|
Task Identifier Issue
|
|
2
|
107
|
April 2, 2025
|
Something broke SE-0313?
|
|
2
|
268
|
April 2, 2025
|
Using a custom GlobalActor: "actor-isolated function was not called on the same actor"
|
|
9
|
233
|
April 1, 2025
|
How to write a type-eraser for @MainActor method?
|
|
3
|
144
|
April 1, 2025
|
Conditional async? Like rethrows but for async
|
|
1
|
222
|
April 1, 2025
|
Xcode 16.3: Can't use `makeIterator` via FileManager's enumerator(at:) in async function
|
|
9
|
265
|
April 1, 2025
|
Back-porting TaskExecutor
|
|
0
|
79
|
March 31, 2025
|
Potential false positive `sending '...' risks causing data races`
|
|
7
|
221
|
March 29, 2025
|
Concurrency error when using main actor-isolated property wrapper in a Preview
|
|
0
|
52
|
March 28, 2025
|
Task.detached and back to UIViewController - not on MainActor?
|
|
9
|
213
|
March 28, 2025
|
[Pitch] Add Hashable conformance to AsyncStream.Continuation
|
|
4
|
503
|
March 27, 2025
|
Understanding by-value captures in @Sendable functions
|
|
3
|
285
|
March 27, 2025
|
A concurrency safety hole related to global actor isolated methods
|
|
1
|
128
|
March 26, 2025
|
Confusing behavior of data-race safety
|
|
1
|
74
|
March 25, 2025
|
Tasks shown "alive" in Instruments display even after they should have finished
|
|
3
|
579
|
March 24, 2025
|
Specify actor isolation inheritance for an entire class?
|
|
6
|
232
|
March 24, 2025
|
Non-sendable result type cannot be sent from nonisolated context in call to instance method
|
|
4
|
560
|
March 24, 2025
|
Task with sleep behavior in instrument
|
|
1
|
124
|
March 22, 2025
|
Why is != not sendable?
|
|
4
|
253
|
March 21, 2025
|
Closure Isolation Inheritance Issues
|
|
0
|
82
|
March 21, 2025
|
Sanity Check: Using a forever while loop within a Task to create a service
|
|
8
|
1491
|
March 19, 2025
|
Determining whether an async function will run on the main actor
|
|
16
|
15545
|
March 19, 2025
|
[RFC] Asynchronous queueing
|
|
3
|
267
|
March 18, 2025
|
Swift 6.1 change in isolation inheritance for `sending` closures: expected or regression?
|
|
0
|
210
|
March 15, 2025
|
"Incorrect actor executor assumption" run-time error in Swift 6 mode
|
|
4
|
1000
|
March 15, 2025
|
XCTest: data race detected
|
|
2
|
227
|
March 15, 2025
|
Method of MainActor-isolated value not called on the main actor
|
|
8
|
156
|
March 14, 2025
|
How to write an atomic property wrapper for static variable?
|
|
7
|
170
|
March 13, 2025
|