Task - awaiting for variable change
|
|
2
|
562
|
April 26, 2023
|
Task-Debugging
|
|
3
|
276
|
April 4, 2023
|
ExecutorTaskOptionRecord
|
|
0
|
237
|
March 31, 2023
|
Why are non-sendable properties mutable from Tasks?
|
|
1
|
246
|
March 23, 2023
|
How do Tasks inherit context?
|
|
2
|
326
|
March 23, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
309
|
March 22, 2023
|
When does a Task get scheduled to the Cooperative Thread Pool?
|
|
4
|
306
|
March 21, 2023
|
Task: Is order of task execution deterministic?
|
|
47
|
6801
|
March 10, 2023
|
Does Tasks inside `actor` init implicitly inherit some super low prio?
|
|
3
|
338
|
February 20, 2023
|
Tasks are all run on the same thread
|
|
7
|
562
|
February 19, 2023
|
EXC_BAD_ACCESS when using `Task.detached` on a class
|
|
3
|
374
|
February 5, 2023
|
Intermittent crash in concurrency runtime with message: mutex lock failed: Invalid argument
|
|
0
|
463
|
January 10, 2023
|
Should Task inherit the execution context of an isolated parameter?
|
|
3
|
485
|
December 14, 2022
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
812
|
October 25, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
443
|
September 25, 2022
|
Is the order of Task execution in this code deterministic?
|
|
7
|
806
|
September 20, 2022
|
Task scheduling guarantees on serial executors
|
|
2
|
459
|
September 7, 2022
|
Understanding why an async function that returns almost immediately puts system in a bad state in Swift
|
|
10
|
955
|
September 6, 2022
|
TaskGroup-Related Crash
|
|
7
|
2602
|
August 26, 2022
|
Correct way of dealing with throwing functions inside a Task
|
|
2
|
2247
|
August 17, 2022
|
Task's closure not called in async XCTest function
|
|
3
|
1762
|
July 24, 2022
|
Detached task - sendable closure allowing mutation
|
|
4
|
2417
|
July 10, 2022
|
Why Task { } doesn't need explicit use of self?
|
|
6
|
736
|
July 7, 2022
|
Actor with Task
|
|
7
|
1256
|
July 5, 2022
|
GCD vs Structured Concurrency, which is most appropriate?
|
|
3
|
702
|
May 2, 2022
|
Unit testing memory leakage with actors
|
|
0
|
432
|
April 25, 2022
|
What happens if a Task is not canceled?
|
|
6
|
3853
|
March 4, 2022
|
SwiftUI and Tasks?
|
|
4
|
880
|
January 6, 2022
|
Using Task.sleep on main crashes on Windows
|
|
0
|
732
|
October 20, 2021
|
Creating child task after a task has been cancelled
|
|
4
|
858
|
October 13, 2021
|