<PackageReference Include="Polly.Core" Version="8.5.2" />

Polly.Hedging.Controller.TaskExecution<T>

sealed class TaskExecution<T>
Represents a single hedging attempt execution alongside all the necessary resources. These are: Distinct ResilienceContext instance for this execution. One exception are primary task where the main context is reused. The cancellation token associated with the execution.
namespace Polly.Hedging.Controller { }