Task: Is order of task execution deterministic?
|
|
59
|
13796
|
May 27, 2025
|
How does Task.checkCancellation knows task?
|
|
1
|
85
|
May 5, 2025
|
SE-0469: Task Naming
|
|
43
|
2064
|
April 22, 2025
|
[Accepted with modifications] SE-0469: Task naming
|
|
0
|
267
|
April 22, 2025
|
Back-porting TaskExecutor
|
|
0
|
81
|
March 31, 2025
|
Sanity Check: Using a forever while loop within a Task to create a service
|
|
8
|
1601
|
March 19, 2025
|
How can I get the current Task?
|
|
5
|
4195
|
February 25, 2025
|
[question] How do the static members of Task work?
|
|
4
|
318
|
January 19, 2025
|
Task creation and actor inference in nonisolated synchronous functions
|
|
1
|
157
|
November 21, 2024
|
Execute Task using Serial Executor
|
|
11
|
999
|
October 16, 2024
|
watchOS SwiftUI background task not working
|
|
1
|
111
|
September 22, 2024
|
Tasks scope / pool with cancellation
|
|
4
|
177
|
August 26, 2024
|
Unit-Testing and Confirming a Class Updates State with AsyncStream and Task
|
|
2
|
909
|
June 28, 2024
|
Performance issue with parsing large Data in parallel using Swift Concurrency
|
|
19
|
1508
|
May 21, 2024
|
Determining if the current Task is a survivor
|
|
7
|
469
|
May 1, 2024
|
Swift Concurrency: Keeping Completed Tasks as Cache Objects?
|
|
11
|
984
|
March 20, 2024
|
TaskGroup-Related Crash
|
|
9
|
4836
|
January 18, 2024
|
Async func is invoking with delay from UI thread
|
|
6
|
1175
|
December 8, 2023
|
TaskGroup is slow. Is it normal?
|
|
19
|
1877
|
November 16, 2023
|
Task, async, testing, disappearing
|
|
2
|
498
|
November 14, 2023
|
How to hold override throw from task
|
|
1
|
675
|
August 20, 2023
|
Deadlock Issue When Accessing Thread-Safe Objects within Task+withTaskGroup
|
|
4
|
2885
|
June 2, 2023
|
Task - awaiting for variable change
|
|
2
|
3455
|
April 26, 2023
|
Task-Debugging
|
|
3
|
1271
|
April 4, 2023
|
ExecutorTaskOptionRecord
|
|
0
|
417
|
March 31, 2023
|
Why are non-sendable properties mutable from Tasks?
|
|
1
|
554
|
March 23, 2023
|
How do Tasks inherit context?
|
|
2
|
1331
|
March 23, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
1548
|
March 22, 2023
|
When does a Task get scheduled to the Cooperative Thread Pool?
|
|
4
|
1280
|
March 21, 2023
|
Does Tasks inside `actor` init implicitly inherit some super low prio?
|
|
3
|
875
|
February 20, 2023
|