Async Channels for Swift concurrency
|
|
53
|
5789
|
March 8, 2025
|
Swift 6 Concurrency + NSPipe Readability Handlers
|
|
1
|
1313
|
March 6, 2025
|
Explicit self not required for Task closures?
|
|
20
|
15194
|
March 3, 2025
|
Await an async function does not wait until the function finished
|
|
7
|
284
|
February 27, 2025
|
Writing testable UI related code with modern Swift
|
|
19
|
230
|
February 21, 2025
|
Async/Await: is it possible to start a Task on @MainActor synchronously?
|
|
29
|
20044
|
February 19, 2025
|
Understanding Parallelization with Task Group
|
|
18
|
1034
|
February 13, 2025
|
Reporting progress on an async function
|
|
15
|
1483
|
January 26, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
3243
|
January 24, 2025
|
Awaiting a result from another task
|
|
0
|
80
|
December 10, 2024
|
Deinit does not support async / @MainActor
|
|
7
|
109
|
December 8, 2024
|
Concurrency warning from async network call returning parsed json dictionary in actor method
|
|
4
|
710
|
November 20, 2024
|
Round-tripping Swift async tasks through Objective-C interfaces
|
|
9
|
431
|
November 19, 2024
|
[Pitch] Observation (Revised)
|
|
117
|
17701
|
October 10, 2024
|
Async, Rethrows, and Defer
|
|
29
|
8403
|
October 9, 2024
|
Why await on the main thread does not cause deadlocks?
|
|
5
|
5029
|
September 17, 2024
|
Async/await and @resultBuilder: Am I in danger?
|
|
2
|
140
|
September 13, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
21979
|
September 12, 2024
|
[Pitch] ~SyncConsumable
|
|
13
|
897
|
September 6, 2024
|
Using async/await, how to prevent triggering a new API call when there's one already running?
|
|
5
|
363
|
September 3, 2024
|
How to asynchronously call 2 functions in an actor
|
|
12
|
1923
|
August 27, 2024
|
Consuming MergeMany via for await loses values
|
|
1
|
165
|
August 19, 2024
|
Who knows how to call swift await async function in xcode debugger?
|
|
3
|
2288
|
August 12, 2024
|
New ServiceLifecycle APIs
|
|
12
|
6461
|
July 17, 2024
|
`AsyncParsableCommand` doesn't work on `main.swift`
|
|
1
|
181
|
July 15, 2024
|
Question regarding concurrency
|
|
12
|
571
|
July 5, 2024
|
Execution Order of Awaited Tuples
|
|
2
|
469
|
June 30, 2024
|
Unit-Testing and Confirming a Class Updates State with AsyncStream and Task
|
|
2
|
762
|
June 28, 2024
|
withCheckedThrowingContinuation and typed Errors
|
|
3
|
1907
|
June 16, 2024
|
Simple multiple consumer model using structured concurrency?
|
|
20
|
2124
|
June 14, 2024
|