Avatar
@swift-main -swift-version 6 func f( isolation: isolated (any Actor)? = #isolation, operation: () async throws -> () ) async throws { try await withoutActuallyEscaping(operation) { operation in try await operation() } }