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