@MainActor not called on main, no warning?
|
|
12
|
1281
|
August 25, 2023
|
How to currently offload stateless blocking work? Hidden executor API?
|
|
20
|
1918
|
August 22, 2023
|
How to hold override throw from task
|
|
1
|
231
|
August 20, 2023
|
Reliably testing code that adopts Swift Concurrency?
|
|
119
|
17350
|
August 20, 2023
|
“Actor-isolated property can not be referenced from a Sendable closure”
|
|
4
|
559
|
August 18, 2023
|
[Pitch] Inferring @Sendable for methods
|
|
18
|
2042
|
August 14, 2023
|
Actors that serialise file access
|
|
13
|
452
|
August 9, 2023
|
CancellationError
|
|
8
|
2736
|
August 6, 2023
|
Structured concurrency bug in Xcode 14.3
|
|
38
|
11666
|
August 4, 2023
|
URLSession.data foundation API Available in iOS 13?
|
|
4
|
529
|
August 3, 2023
|
Data race when concurrently calling C function using global variables
|
|
11
|
393
|
August 3, 2023
|
How to call URLSession Cache handler delegate method in async await?
|
|
5
|
479
|
August 2, 2023
|
Unexpected memory leak when using Task in a closure causes
|
|
33
|
1022
|
July 24, 2023
|
[Pitch] Capturing values in async for loops
|
|
7
|
668
|
July 23, 2023
|
Async await ugly design
|
|
5
|
669
|
July 23, 2023
|
Proper use of NIOThrowingAsyncProducer
|
|
22
|
6523
|
July 22, 2023
|
[Xcode 14.1] withCheckedContinuation's body will run on background thread in case of starting from main-actor
|
|
18
|
5650
|
July 21, 2023
|
Task: Is order of task execution deterministic?
|
|
51
|
8847
|
July 20, 2023
|
Async iteration over lines of a file is surprising slow
|
|
11
|
668
|
July 19, 2023
|
Combine and Swift Concurrency Interop: Unexpectedly dropping values
|
|
2
|
344
|
July 19, 2023
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
6
|
4496
|
July 19, 2023
|
[Accepted with modifications] SE-0401: Remove Actor Isolation Inference caused by Property Wrappers
|
|
0
|
502
|
July 18, 2023
|
Deadlock When Using DispatchQueue from Swift Task
|
|
42
|
1773
|
July 18, 2023
|
Global Actor annotation on class behaves differently as SE quotes
|
|
0
|
154
|
July 17, 2023
|
What is the idiomatic way to running two async methods in parallel?
|
|
14
|
2814
|
July 15, 2023
|
SE-0401: Remove Actor Isolation Inference caused by Property Wrappers
|
|
35
|
3099
|
July 8, 2023
|
Microsecond level precision when dispatching Tasks, possible?
|
|
10
|
546
|
July 6, 2023
|
Replacement for MainActor(unsafe)?
|
|
1
|
524
|
July 3, 2023
|
waitWithTaskGroup only seems to reap results when all child tasks are done
|
|
12
|
630
|
June 29, 2023
|
How to return a value on successful BT connection?
|
|
3
|
299
|
June 29, 2023
|