|
How to make a blocking call from a sync func to an async func
|
|
26
|
905
|
May 28, 2026
|
|
`override` functions behaves differently in `async` and `throws`
|
|
17
|
806
|
April 8, 2026
|
|
SIGABRT freed pointer was not the last allocation crash
|
|
3
|
1554
|
April 2, 2026
|
|
Swift-async-collections
|
|
1
|
275
|
March 13, 2026
|
|
[AsyncAlgorithms] FlatMapLatest algorithm
|
|
10
|
1048
|
March 8, 2026
|
|
TaskGroup and Tasks memory consumption
|
|
17
|
649
|
February 19, 2026
|
|
Cannot use `?` with async?
|
|
2
|
999
|
February 15, 2026
|
|
[Pitch] `withTimeout` method
|
|
46
|
1616
|
February 10, 2026
|
|
#SendingRisksDataRace errors when turning on NonisolatedNonsendingByDefault
|
|
2
|
211
|
February 6, 2026
|
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
10
|
964
|
January 28, 2026
|
|
Is @concurrent now the standard tool for shifting expensive synchronous work off the main actor?
|
|
44
|
5109
|
January 8, 2026
|
|
Different behaviour on adding explicit actor isolation to `group.addTask`
|
|
4
|
307
|
December 24, 2025
|
|
@MainActor needs precondition to run on main actor?
|
|
3
|
279
|
December 6, 2025
|
|
Async-friendly read-write lock
|
|
24
|
3840
|
November 25, 2025
|
|
Async await how to async let void functions?
|
|
8
|
11780
|
November 19, 2025
|
|
withCheckedThrowingContinuation and typed Errors
|
|
6
|
4582
|
October 24, 2025
|
|
Unexpected UIApplication behavior under Swift Concurrency
|
|
10
|
595
|
September 17, 2025
|
|
Question about using `withoutActuallyEscaping` and `withCheckedContinuation` together
|
|
5
|
504
|
September 8, 2025
|
|
Automatically convert C++ methods taking a completion block to async?
|
|
2
|
328
|
August 29, 2025
|
|
CancellationError
|
|
9
|
11672
|
August 22, 2025
|
|
Calling synchronous function with async let
|
|
8
|
3196
|
August 13, 2025
|
|
Task or Detached Task or DispatchQueue
|
|
3
|
471
|
August 13, 2025
|
|
Unexpected Deinit not on the MainActor
|
|
1
|
361
|
August 11, 2025
|
|
@isolated(any) isolation property is nil for non global actor isolation
|
|
11
|
607
|
August 5, 2025
|
|
Unsafe actor access
|
|
0
|
171
|
July 8, 2025
|
|
Do async operations always run on a background thread?
|
|
37
|
2971
|
July 4, 2025
|
|
Closure + actor + task
|
|
4
|
710
|
June 5, 2025
|
|
Why do Task executions appear ordered inside an actor even when priorities differ?
|
|
15
|
686
|
May 30, 2025
|
|
A Command-Line Tool with CoreHID & Async / Await -- how to enumerate devices up-front / once?
|
|
2
|
301
|
May 7, 2025
|
|
[Pitch] Improve Async/Await Parallelization Ergonomics
|
|
18
|
1960
|
April 12, 2025
|