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