Home
last modified time | relevance | path

Searched refs:finishedTokenSource (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs67 CancellationTokenSource finishedTokenSource = new CancellationTokenSource(); field in Grpc.IntegrationTesting.StressTestClient
109 finishedTokenSource.CancelAfter(TimeSpan.FromSeconds(options.TestDurationSecs)); in Run()
142 while (!finishedTokenSource.Token.IsCancellationRequested) in RunBodyAsync()