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