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