Contents

withCheckedThrowingContinuation(isolation:function:_:)

Source-compatibility overload; replaced by withCheckedThrowingContinuation(function:_:).

Declaration

@backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)?, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T

See Also

Continuations