Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs133 readonly CancellationTokenSource stoppedCts = new CancellationTokenSource(); field in Grpc.IntegrationTesting.ClientRunnerImpl
189 stoppedCts.Cancel(); in StopAsync()
213 while (!stoppedCts.Token.IsCancellationRequested) in RunUnary()
239 while (!stoppedCts.Token.IsCancellationRequested) in RunUnaryAsync()
260 while (!stoppedCts.Token.IsCancellationRequested) in RunStreamingPingPongAsync()
288 while (!stoppedCts.Token.IsCancellationRequested) in RunGenericStreamingAsync()