Async-friendly read-write lock
|
|
12
|
2443
|
July 25, 2025
|
Unsafe actor access
|
|
0
|
63
|
July 8, 2025
|
Do async operations always run on a background thread?
|
|
37
|
818
|
July 4, 2025
|
Closure + actor + task
|
|
4
|
426
|
June 5, 2025
|
Why do Task executions appear ordered inside an actor even when priorities differ?
|
|
15
|
275
|
May 30, 2025
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
95
|
May 7, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
220
|
April 24, 2025
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
10
|
209
|
April 18, 2025
|
[Pitch] Improve Async/Await Parallelization Ergonomics
|
|
18
|
1505
|
April 12, 2025
|
SIGABRT freed pointer was not the last allocation crash
|
|
1
|
466
|
April 4, 2025
|
[Pitch] New APIs for Async[Throwing]Stream with backpressure support
|
|
27
|
3320
|
April 3, 2025
|
withCheckedThrowingContinuation and typed Errors
|
|
4
|
2976
|
March 31, 2025
|
Task with sleep behavior in instrument
|
|
1
|
124
|
March 22, 2025
|
Async Channels for Swift concurrency
|
|
53
|
6345
|
March 8, 2025
|
Swift 6 Concurrency + NSPipe Readability Handlers
|
|
1
|
1388
|
March 6, 2025
|
Explicit self not required for Task closures?
|
|
20
|
16106
|
March 3, 2025
|
Await an async function does not wait until the function finished
|
|
7
|
322
|
February 27, 2025
|
Writing testable UI related code with modern Swift
|
|
19
|
428
|
February 21, 2025
|
Async/Await: is it possible to start a Task on @MainActor synchronously?
|
|
29
|
20568
|
February 19, 2025
|
Understanding Parallelization with Task Group
|
|
18
|
1454
|
February 13, 2025
|
Reporting progress on an async function
|
|
15
|
1979
|
January 26, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
3990
|
January 24, 2025
|
Awaiting a result from another task
|
|
0
|
99
|
December 10, 2024
|
Deinit does not support async / @MainActor
|
|
7
|
127
|
December 8, 2024
|
Concurrency warning from async network call returning parsed json dictionary in actor method
|
|
4
|
764
|
November 20, 2024
|
Round-tripping Swift async tasks through Objective-C interfaces
|
|
9
|
515
|
November 19, 2024
|
[Pitch] Observation (Revised)
|
|
117
|
18017
|
October 10, 2024
|
Async, Rethrows, and Defer
|
|
29
|
8639
|
October 9, 2024
|
Why await on the main thread does not cause deadlocks?
|
|
5
|
5141
|
September 17, 2024
|
Async/await and @resultBuilder: Am I in danger?
|
|
2
|
173
|
September 13, 2024
|