func withValueImpl<R>( operation: () async throws -> R, isolation: isolated (any Actor)? ) async rethrows -> R { return try await operation() }