How does Task.checkCancellation knows task?
|
|
1
|
73
|
May 5, 2025
|
SE-0469: Task Naming
|
|
43
|
2043
|
April 22, 2025
|
[Accepted with modifications] SE-0469: Task naming
|
|
0
|
255
|
April 22, 2025
|
Back-porting TaskExecutor
|
|
0
|
79
|
March 31, 2025
|
Sanity Check: Using a forever while loop within a Task to create a service
|
|
8
|
1466
|
March 19, 2025
|
How can I get the current Task?
|
|
5
|
4149
|
February 25, 2025
|
[question] How do the static members of Task work?
|
|
4
|
313
|
January 19, 2025
|
Can't use Atomics for synchronization between two tasks in Swift 6 mode
|
|
2
|
188
|
November 25, 2024
|
Task creation and actor inference in nonisolated synchronous functions
|
|
1
|
153
|
November 21, 2024
|
Execute Task using Serial Executor
|
|
11
|
926
|
October 16, 2024
|
watchOS SwiftUI background task not working
|
|
1
|
108
|
September 22, 2024
|
Tasks scope / pool with cancellation
|
|
4
|
167
|
August 26, 2024
|
Unit-Testing and Confirming a Class Updates State with AsyncStream and Task
|
|
2
|
865
|
June 28, 2024
|
Performance issue with parsing large Data in parallel using Swift Concurrency
|
|
19
|
1487
|
May 21, 2024
|
Determining if the current Task is a survivor
|
|
7
|
464
|
May 1, 2024
|
Swift Concurrency: Keeping Completed Tasks as Cache Objects?
|
|
11
|
960
|
March 20, 2024
|
Task: Is order of task execution deterministic?
|
|
58
|
13550
|
March 5, 2024
|
TaskGroup-Related Crash
|
|
9
|
4812
|
January 18, 2024
|
Async func is invoking with delay from UI thread
|
|
6
|
1173
|
December 8, 2023
|
TaskGroup is slow. Is it normal?
|
|
19
|
1852
|
November 16, 2023
|
Task, async, testing, disappearing
|
|
2
|
498
|
November 14, 2023
|
How to hold override throw from task
|
|
1
|
673
|
August 20, 2023
|
Deadlock Issue When Accessing Thread-Safe Objects within Task+withTaskGroup
|
|
4
|
2864
|
June 2, 2023
|
Task - awaiting for variable change
|
|
2
|
3408
|
April 26, 2023
|
Task-Debugging
|
|
3
|
1240
|
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
|
1305
|
March 23, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
1543
|
March 22, 2023
|
When does a Task get scheduled to the Cooperative Thread Pool?
|
|
4
|
1272
|
March 21, 2023
|