Type Aliasswift 6.0.1_Concurrency
Element
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
typealias Element = ChildTaskResult
Other members in extension
Instance members
func cancel(
) func next(
) async -> TaskGroup<ChildTaskResult>.Iterator.Element? Advances to and returns the result of the next child task.
func next(isolation: isolated (any Actor)?
) async -> TaskGroup<ChildTaskResult>.Iterator.Element? Advances to and returns the result of the next child task.