mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adds an `IsSuspended` field to `AsyncTaskInfo`, which is the same value as `HasTaskDependency`, but uses the `Is<State>` naming to match `IsEnqueued`, `IsRunning`, and `IsComplete`. Based on the docs in Task.h: ```cpp /// A task can have the following states: /// * suspended: In this state, a task is considered not runnable /// * enqueued: In this state, a task is considered runnable /// * running on a thread /// * completed ``` rdar://148663671
6.1 KiB
6.1 KiB