Intermittent crash in concurrency runtime with message: mutex lock failed: Invalid argument
|
|
0
|
161
|
January 10, 2023
|
Task: Is order of task execution deterministic?
|
|
40
|
4994
|
December 29, 2022
|
Should Task inherit the execution context of an isolated parameter?
|
|
3
|
420
|
December 14, 2022
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
573
|
October 25, 2022
|
Task execution behaviour inconsistency among different Xcode Versions
|
|
5
|
335
|
September 25, 2022
|
Is the order of Task execution in this code deterministic?
|
|
7
|
662
|
September 20, 2022
|
Task scheduling guarantees on serial executors
|
|
2
|
313
|
September 7, 2022
|
Understanding why an async function that returns almost immediately puts system in a bad state in Swift
|
|
10
|
530
|
September 6, 2022
|
TaskGroup-Related Crash
|
|
7
|
1964
|
August 26, 2022
|
Correct way of dealing with throwing functions inside a Task
|
|
2
|
720
|
August 17, 2022
|
Task's closure not called in async XCTest function
|
|
3
|
1043
|
July 24, 2022
|
Detached task - sendable closure allowing mutation
|
|
4
|
1795
|
July 10, 2022
|
Why Task { } doesn't need explicit use of self?
|
|
6
|
469
|
July 7, 2022
|
Actor with Task
|
|
7
|
802
|
July 5, 2022
|
GCD vs Structured Concurrency, which is most appropriate?
|
|
3
|
471
|
May 2, 2022
|
Unit testing memory leakage with actors
|
|
0
|
319
|
April 25, 2022
|
What happens if a Task is not canceled?
|
|
6
|
2616
|
March 4, 2022
|
SwiftUI and Tasks?
|
|
4
|
674
|
January 6, 2022
|
Using Task.sleep on main crashes on Windows
|
|
0
|
637
|
October 20, 2021
|
Creating child task after a task has been cancelled
|
|
4
|
707
|
October 13, 2021
|
Task Cancellation Bug?
|
|
5
|
653
|
October 13, 2021
|
Logging and structured concurrency (TaskLocal)
|
|
1
|
486
|
August 14, 2021
|
How can I get the current Task?
|
|
3
|
1421
|
August 2, 2021
|
How to cancel a publisher when using withTaskCancellationHandler
|
|
4
|
2251
|
June 24, 2021
|