Calling synchronous function with async let
|
|
8
|
2862
|
August 13, 2025
|
Task or Detached Task or DispatchQueue
|
|
3
|
129
|
August 13, 2025
|
Unexpected Deinit not on the MainActor
|
|
1
|
99
|
August 11, 2025
|
Automatically convert C++ methods taking a completion block to async?
|
|
1
|
84
|
August 7, 2025
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
11
|
291
|
August 5, 2025
|
Async-friendly read-write lock
|
|
21
|
2858
|
July 30, 2025
|
Unsafe actor access
|
|
0
|
67
|
July 8, 2025
|
Do async operations always run on a background thread?
|
|
37
|
891
|
July 4, 2025
|
Closure + actor + task
|
|
4
|
436
|
June 5, 2025
|
Why do Task executions appear ordered inside an actor even when priorities differ?
|
|
15
|
276
|
May 30, 2025
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
99
|
May 7, 2025
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
9
|
256
|
April 24, 2025
|
[Pitch] Improve Async/Await Parallelization Ergonomics
|
|
18
|
1525
|
April 12, 2025
|
SIGABRT freed pointer was not the last allocation crash
|
|
1
|
524
|
April 4, 2025
|
[Pitch] New APIs for Async[Throwing]Stream with backpressure support
|
|
27
|
3326
|
April 3, 2025
|
withCheckedThrowingContinuation and typed Errors
|
|
4
|
3116
|
March 31, 2025
|
Task with sleep behavior in instrument
|
|
1
|
130
|
March 22, 2025
|
Async Channels for Swift concurrency
|
|
53
|
6449
|
March 8, 2025
|
Swift 6 Concurrency + NSPipe Readability Handlers
|
|
1
|
1395
|
March 6, 2025
|
Explicit self not required for Task closures?
|
|
20
|
16223
|
March 3, 2025
|
Await an async function does not wait until the function finished
|
|
7
|
339
|
February 27, 2025
|
Writing testable UI related code with modern Swift
|
|
19
|
484
|
February 21, 2025
|
Async/Await: is it possible to start a Task on @MainActor synchronously?
|
|
29
|
20627
|
February 19, 2025
|
Understanding Parallelization with Task Group
|
|
18
|
1543
|
February 13, 2025
|
Reporting progress on an async function
|
|
15
|
2042
|
January 26, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
4098
|
January 24, 2025
|
Awaiting a result from another task
|
|
0
|
106
|
December 10, 2024
|
Deinit does not support async / @MainActor
|
|
7
|
130
|
December 8, 2024
|
Concurrency warning from async network call returning parsed json dictionary in actor method
|
|
4
|
772
|
November 20, 2024
|
Round-tripping Swift async tasks through Objective-C interfaces
|
|
9
|
528
|
November 19, 2024
|