Tasks are all run on the same thread
|
|
7
|
2108
|
February 19, 2023
|
EXC_BAD_ACCESS when using `Task.detached` on a class
|
|
3
|
1395
|
February 5, 2023
|
Intermittent crash in concurrency runtime with message: mutex lock failed: Invalid argument
|
|
0
|
1927
|
January 10, 2023
|
Should Task inherit the execution context of an isolated parameter?
|
|
3
|
800
|
December 14, 2022
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
2598
|
October 25, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
969
|
September 25, 2022
|
Is the order of Task execution in this code deterministic?
|
|
7
|
1940
|
September 20, 2022
|
Task scheduling guarantees on serial executors
|
|
2
|
1249
|
September 7, 2022
|
Understanding why an async function that returns almost immediately puts system in a bad state in Swift
|
|
10
|
2226
|
September 6, 2022
|
Correct way of dealing with throwing functions inside a Task
|
|
2
|
12167
|
August 17, 2022
|
Task's closure not called in async XCTest function
|
|
3
|
4153
|
July 24, 2022
|
Detached task - sendable closure allowing mutation
|
|
4
|
4124
|
July 10, 2022
|
Why Task { } doesn't need explicit use of self?
|
|
6
|
3385
|
July 7, 2022
|
Actor with Task
|
|
7
|
4697
|
July 5, 2022
|
GCD vs Structured Concurrency, which is most appropriate?
|
|
3
|
2095
|
May 2, 2022
|
Unit testing memory leakage with actors
|
|
0
|
770
|
April 25, 2022
|
What happens if a Task is not canceled?
|
|
6
|
7493
|
March 4, 2022
|
SwiftUI and Tasks?
|
|
4
|
2316
|
January 6, 2022
|
Using Task.sleep on main crashes on Windows
|
|
0
|
1187
|
October 20, 2021
|
Creating child task after a task has been cancelled
|
|
4
|
1720
|
October 13, 2021
|
Task Cancellation Bug?
|
|
5
|
1169
|
October 13, 2021
|
Logging and structured concurrency (TaskLocal)
|
|
1
|
1012
|
August 14, 2021
|
How to cancel a publisher when using withTaskCancellationHandler
|
|
4
|
4025
|
June 24, 2021
|