Question regarding concurrency
|
|
12
|
469
|
July 5, 2024
|
How does swift annotate that DispatchQueue.main.async runs on @MainActor but DispatchQueue.background.async doesn't
|
|
11
|
3563
|
March 2, 2024
|
Why @objc deinit uses ObjC messages to call super deinit?
|
|
1
|
997
|
April 16, 2023
|
Async Task requiring any Sendable return
|
|
8
|
4898
|
October 6, 2022
|
Promoting synchronous closure to async closure
|
|
2
|
1874
|
September 12, 2022
|
How should I get asynchronously computed state to show up in SwiftUI
|
|
10
|
5095
|
January 24, 2022
|
Trying to implement basic concurrent code with actors
|
|
21
|
4246
|
January 3, 2022
|
[Pitch] @completionHandlerAsync attribute
|
|
26
|
3030
|
July 2, 2021
|
Async/await thread
|
|
9
|
11199
|
June 30, 2021
|
[Swift 5.5] Can't get Task Local Value in async
|
|
3
|
968
|
June 16, 2021
|
[Concurrency] A look over the fence: how does Kotlin do async and concurrency
|
|
0
|
1189
|
March 28, 2021
|
Concurrency designs from other communities
|
|
24
|
5701
|
March 4, 2021
|
Does Future.init() guarantee its trailing closure is called before return?
|
|
11
|
1849
|
January 13, 2021
|
Introducing ClosureChains to avoid "completion hell"
|
|
2
|
984
|
December 22, 2020
|
Is the Encodable/Decodable system safe for asynchronous NSDocument handling?
|
|
1
|
711
|
March 26, 2020
|
Async/await with loops
|
|
6
|
3801
|
January 10, 2020
|
How would you implement Javascript Style Promises in Swift
|
|
2
|
2304
|
October 27, 2019
|
How do I download data from web and pass it them to TableViewController?
|
|
0
|
2539
|
September 19, 2019
|