Async/Await: is it possible to start a Task on @MainActor synchronously?
|
|
29
|
19834
|
February 19, 2025
|
Writing testable UI related code with modern Swift
|
|
18
|
147
|
February 18, 2025
|
Understanding Parallelization with Task Group
|
|
18
|
948
|
February 13, 2025
|
Reporting progress on an async function
|
|
15
|
1364
|
January 26, 2025
|
Why do not actor-isolated properties support 'await' setter?
|
|
44
|
3065
|
January 24, 2025
|
Awaiting a result from another task
|
|
0
|
74
|
December 10, 2024
|
Deinit does not support async / @MainActor
|
|
7
|
102
|
December 8, 2024
|
Concurrency warning from async network call returning parsed json dictionary in actor method
|
|
4
|
692
|
November 20, 2024
|
Round-tripping Swift async tasks through Objective-C interfaces
|
|
9
|
407
|
November 19, 2024
|
[Pitch] Observation (Revised)
|
|
117
|
17645
|
October 10, 2024
|
Async, Rethrows, and Defer
|
|
29
|
8340
|
October 9, 2024
|
Why await on the main thread does not cause deadlocks?
|
|
5
|
4981
|
September 17, 2024
|
Async/await and @resultBuilder: Am I in danger?
|
|
2
|
135
|
September 13, 2024
|
Using @MainActor to ensure execution on the main thread
|
|
5
|
21531
|
September 12, 2024
|
[Pitch] ~SyncConsumable
|
|
13
|
886
|
September 6, 2024
|
Using async/await, how to prevent triggering a new API call when there's one already running?
|
|
5
|
332
|
September 3, 2024
|
How to asynchronously call 2 functions in an actor
|
|
12
|
1897
|
August 27, 2024
|
Consuming MergeMany via for await loses values
|
|
1
|
156
|
August 19, 2024
|
Who knows how to call swift await async function in xcode debugger?
|
|
3
|
2245
|
August 12, 2024
|
New ServiceLifecycle APIs
|
|
12
|
6446
|
July 17, 2024
|
`AsyncParsableCommand` doesn't work on `main.swift`
|
|
1
|
175
|
July 15, 2024
|
Question regarding concurrency
|
|
12
|
537
|
July 5, 2024
|
Execution Order of Awaited Tuples
|
|
2
|
457
|
June 30, 2024
|
Unit-Testing and Confirming a Class Updates State with AsyncStream and Task
|
|
2
|
705
|
June 28, 2024
|
withCheckedThrowingContinuation and typed Errors
|
|
3
|
1726
|
June 16, 2024
|
Simple multiple consumer model using structured concurrency?
|
|
20
|
2097
|
June 14, 2024
|
@MainActor behavior for async functions
|
|
2
|
485
|
May 9, 2024
|
`self = x` in NSObject initializers
|
|
3
|
250
|
May 7, 2024
|
Multiple return in an async func
|
|
2
|
566
|
April 27, 2024
|
Swift chooses sync main unless @available(macOS 12, *) added
|
|
0
|
270
|
April 17, 2024
|