Async func is invoking with delay from UI thread
|
|
3
|
369
|
November 22, 2023
|
TaskGroup is slow. Is it normal?
|
|
19
|
597
|
November 16, 2023
|
Task, async, testing, disappearing
|
|
2
|
252
|
November 14, 2023
|
How to hold override throw from task
|
|
1
|
286
|
August 20, 2023
|
Task: Is order of task execution deterministic?
|
|
51
|
9382
|
July 20, 2023
|
Deadlock Issue When Accessing Thread-Safe Objects within Task+withTaskGroup
|
|
4
|
1497
|
June 2, 2023
|
Task - awaiting for variable change
|
|
2
|
1426
|
April 26, 2023
|
Task-Debugging
|
|
3
|
585
|
April 4, 2023
|
ExecutorTaskOptionRecord
|
|
0
|
318
|
March 31, 2023
|
Why are non-sendable properties mutable from Tasks?
|
|
1
|
368
|
March 23, 2023
|
How do Tasks inherit context?
|
|
2
|
563
|
March 23, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
531
|
March 22, 2023
|
When does a Task get scheduled to the Cooperative Thread Pool?
|
|
4
|
593
|
March 21, 2023
|
Does Tasks inside `actor` init implicitly inherit some super low prio?
|
|
3
|
586
|
February 20, 2023
|
Tasks are all run on the same thread
|
|
7
|
1057
|
February 19, 2023
|
EXC_BAD_ACCESS when using `Task.detached` on a class
|
|
3
|
667
|
February 5, 2023
|
Intermittent crash in concurrency runtime with message: mutex lock failed: Invalid argument
|
|
0
|
1022
|
January 10, 2023
|
Should Task inherit the execution context of an isolated parameter?
|
|
3
|
590
|
December 14, 2022
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
1150
|
October 25, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
633
|
September 25, 2022
|
Is the order of Task execution in this code deterministic?
|
|
7
|
1114
|
September 20, 2022
|
Task scheduling guarantees on serial executors
|
|
2
|
699
|
September 7, 2022
|
Understanding why an async function that returns almost immediately puts system in a bad state in Swift
|
|
10
|
1552
|
September 6, 2022
|
TaskGroup-Related Crash
|
|
7
|
3337
|
August 26, 2022
|
Correct way of dealing with throwing functions inside a Task
|
|
2
|
5091
|
August 17, 2022
|
Task's closure not called in async XCTest function
|
|
3
|
2735
|
July 24, 2022
|
Detached task - sendable closure allowing mutation
|
|
4
|
3013
|
July 10, 2022
|
Why Task { } doesn't need explicit use of self?
|
|
6
|
1408
|
July 7, 2022
|
Actor with Task
|
|
7
|
2091
|
July 5, 2022
|
GCD vs Structured Concurrency, which is most appropriate?
|
|
3
|
1155
|
May 2, 2022
|