withUnsafeThrowingContinuation(isolation:_:)
Source-compatibility overload; replaced by withUnsafeThrowingContinuation(_:).
Declaration
func withUnsafeThrowingContinuation<T>(isolation: isolated (any Actor)?, _ fn: (UnsafeContinuation<T, any Error>) -> Void) async throws -> sending T