|
Task, async, testing, disappearing
|
|
2
|
556
|
November 14, 2023
|
|
How to hold override throw from task
|
|
1
|
727
|
August 20, 2023
|
|
Deadlock Issue When Accessing Thread-Safe Objects within Task+withTaskGroup
|
|
4
|
3217
|
June 2, 2023
|
|
Task - awaiting for variable change
|
|
2
|
3879
|
April 26, 2023
|
|
Task-Debugging
|
|
3
|
1461
|
April 4, 2023
|
|
ExecutorTaskOptionRecord
|
|
0
|
438
|
March 31, 2023
|
|
Why are non-sendable properties mutable from Tasks?
|
|
1
|
579
|
March 23, 2023
|
|
How do Tasks inherit context?
|
|
2
|
1541
|
March 23, 2023
|
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
1734
|
March 22, 2023
|
|
When does a Task get scheduled to the Cooperative Thread Pool?
|
|
4
|
1412
|
March 21, 2023
|
|
Does Tasks inside `actor` init implicitly inherit some super low prio?
|
|
3
|
912
|
February 20, 2023
|
|
Tasks are all run on the same thread
|
|
7
|
2218
|
February 19, 2023
|
|
EXC_BAD_ACCESS when using `Task.detached` on a class
|
|
3
|
1504
|
February 5, 2023
|
|
Intermittent crash in concurrency runtime with message: mutex lock failed: Invalid argument
|
|
0
|
2040
|
January 10, 2023
|
|
Should Task inherit the execution context of an isolated parameter?
|
|
3
|
834
|
December 14, 2022
|
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
2703
|
October 25, 2022
|
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
1016
|
September 25, 2022
|
|
Is the order of Task execution in this code deterministic?
|
|
7
|
2060
|
September 20, 2022
|
|
Task scheduling guarantees on serial executors
|
|
2
|
1315
|
September 7, 2022
|
|
Understanding why an async function that returns almost immediately puts system in a bad state in Swift
|
|
10
|
2398
|
September 6, 2022
|
|
Correct way of dealing with throwing functions inside a Task
|
|
2
|
13530
|
August 17, 2022
|
|
Task's closure not called in async XCTest function
|
|
3
|
4353
|
July 24, 2022
|
|
Detached task - sendable closure allowing mutation
|
|
4
|
4203
|
July 10, 2022
|
|
Why Task { } doesn't need explicit use of self?
|
|
6
|
4010
|
July 7, 2022
|
|
Actor with Task
|
|
7
|
5504
|
July 5, 2022
|
|
GCD vs Structured Concurrency, which is most appropriate?
|
|
3
|
2324
|
May 2, 2022
|
|
Unit testing memory leakage with actors
|
|
0
|
806
|
April 25, 2022
|
|
What happens if a Task is not canceled?
|
|
6
|
7919
|
March 4, 2022
|
|
SwiftUI and Tasks?
|
|
4
|
2476
|
January 6, 2022
|
|
Using Task.sleep on main crashes on Windows
|
|
0
|
1228
|
October 20, 2021
|