3 references to StopAndJoinAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.cs (2)
1317
/// signals every pump first, then awaits each (see <see cref="
StopAndJoinAsync
"/>), so the threads wind
1408
public void Dispose() =>
StopAndJoinAsync
(CancellationToken.None).GetAwaiter().GetResult();
TlsEventPumpPool.cs (1)
116
stops[i] = _pumps[i].
StopAndJoinAsync
(cancellationToken);