Contents

withCheckedContinuation(isolation:function:_:)

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

Declaration

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

See Also

Continuations