Type Aliasswift 6.0.1_Concurrency
Failure
- iOS
- 18.0+
- macOS
- 15.0+
- tvOS
- 18.0+
- visionOS
- 2.0+
- watchOS
- 11.0+
typealias Failure = Base.Failure
Other members in extension
Instance members
func next(
) async rethrows -> Base.Element? Produces the next element in the drop-first sequence.
func next(isolation: isolated (any Actor)?
) async throws Produces the next element in the drop-first sequence.