Do async operations always run on a background thread?
|
|
36
|
678
|
June 21, 2025
|
Closure + actor + task
|
|
4
|
420
|
June 5, 2025
|
Why do Task executions appear ordered inside an actor even when priorities differ?
|
|
15
|
263
|
May 30, 2025
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
88
|
May 7, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
192
|
April 24, 2025
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
10
|
204
|
April 18, 2025
|
[Pitch] Improve Async/Await Parallelization Ergonomics
|
|
18
|
1494
|
April 12, 2025
|
SIGABRT freed pointer was not the last allocation crash
|
|
1
|
383
|
April 4, 2025
|
[Pitch] New APIs for Async[Throwing]Stream with backpressure support
|
|
27
|
3315
|
April 3, 2025
|
withCheckedThrowingContinuation and typed Errors
|
|
4
|
2766
|
March 31, 2025
|
Task with sleep behavior in instrument
|
|
1
|
124
|
March 22, 2025
|
Async Channels for Swift concurrency
|
|
53
|
6240
|
March 8, 2025
|
Swift 6 Concurrency + NSPipe Readability Handlers
|
|
1
|
1376
|
March 6, 2025
|
Explicit self not required for Task closures?
|
|
20
|
15960
|
March 3, 2025
|
Await an async function does not wait until the function finished
|
|
7
|
311
|
February 27, 2025
|
Writing testable UI related code with modern Swift
|
|
19
|
367
|
February 21, 2025
|
Async/Await: is it possible to start a Task on @MainActor synchronously?
|
|
29
|
20495
|
February 19, 2025
|
Understanding Parallelization with Task Group
|
|
18
|
1374
|
February 13, 2025
|
Reporting progress on an async function
|
|
15
|
1895
|
January 26, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
3868
|
January 24, 2025
|
Awaiting a result from another task
|
|
0
|
96
|
December 10, 2024
|
Deinit does not support async / @MainActor
|
|
7
|
126
|
December 8, 2024
|
Concurrency warning from async network call returning parsed json dictionary in actor method
|
|
4
|
761
|
November 20, 2024
|
Round-tripping Swift async tasks through Objective-C interfaces
|
|
9
|
505
|
November 19, 2024
|
[Pitch] Observation (Revised)
|
|
117
|
17961
|
October 10, 2024
|
Async, Rethrows, and Defer
|
|
29
|
8597
|
October 9, 2024
|
Why await on the main thread does not cause deadlocks?
|
|
5
|
5123
|
September 17, 2024
|
Async/await and @resultBuilder: Am I in danger?
|
|
2
|
167
|
September 13, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
23723
|
September 12, 2024
|
[Pitch] ~SyncConsumable
|
|
13
|
928
|
September 6, 2024
|