|
Is @concurrent now the standard tool for shifting expensive synchronous work off the main actor?
|
|
32
|
1110
|
November 5, 2025
|
|
withCheckedThrowingContinuation and typed Errors
|
|
6
|
3645
|
October 24, 2025
|
|
Unexpected UIApplication behavior under Swift Concurrency
|
|
10
|
301
|
September 17, 2025
|
|
Question about using `withoutActuallyEscaping` and `withCheckedContinuation` together
|
|
5
|
325
|
September 8, 2025
|
|
Automatically convert C++ methods taking a completion block to async?
|
|
2
|
166
|
August 29, 2025
|
|
CancellationError
|
|
9
|
10676
|
August 22, 2025
|
|
Calling synchronous function with async let
|
|
8
|
2941
|
August 13, 2025
|
|
Task or Detached Task or DispatchQueue
|
|
3
|
190
|
August 13, 2025
|
|
Unexpected Deinit not on the MainActor
|
|
1
|
141
|
August 11, 2025
|
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
11
|
345
|
August 5, 2025
|
|
Async-friendly read-write lock
|
|
21
|
3035
|
July 30, 2025
|
|
Unsafe actor access
|
|
0
|
77
|
July 8, 2025
|
|
Do async operations always run on a background thread?
|
|
37
|
1390
|
July 4, 2025
|
|
Closure + actor + task
|
|
4
|
476
|
June 5, 2025
|
|
Why do Task executions appear ordered inside an actor even when priorities differ?
|
|
15
|
317
|
May 30, 2025
|
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
128
|
May 7, 2025
|
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
383
|
April 24, 2025
|
|
[Pitch] Improve Async/Await Parallelization Ergonomics
|
|
18
|
1615
|
April 12, 2025
|
|
SIGABRT freed pointer was not the last allocation crash
|
|
1
|
685
|
April 4, 2025
|
|
[Pitch] New APIs for Async[Throwing]Stream with backpressure support
|
|
27
|
3403
|
April 3, 2025
|
|
Task with sleep behavior in instrument
|
|
1
|
141
|
March 22, 2025
|
|
Async Channels for Swift concurrency
|
|
53
|
6894
|
March 8, 2025
|
|
Swift 6 Concurrency + NSPipe Readability Handlers
|
|
1
|
1441
|
March 6, 2025
|
|
Explicit self not required for Task closures?
|
|
20
|
16600
|
March 3, 2025
|
|
Await an async function does not wait until the function finished
|
|
7
|
395
|
February 27, 2025
|
|
Writing testable UI related code with modern Swift
|
|
19
|
740
|
February 21, 2025
|
|
Async/Await: is it possible to start a Task on @MainActor synchronously?
|
|
29
|
20875
|
February 19, 2025
|
|
Understanding Parallelization with Task Group
|
|
18
|
1868
|
February 13, 2025
|
|
Reporting progress on an async function
|
|
15
|
2326
|
January 26, 2025
|
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
4483
|
January 24, 2025
|