aspnetcore/test/Microsoft.AspNetCore.Server.../TestHelpers
Stephen Halter 0742d113be Make all calls to ThreadPool.QueueUserWorkItem through IThreadPool
- This allows SocketOutputTests to cause QUWI to exec synchronously
- To avoid allocations, the logger can't be captured making it "unsafe"
2016-08-29 20:52:47 -07:00
..
MockConnection.cs
MockFrameControl.cs
MockLibuv.cs Prevent possible deadlocks when using MockLibuv.OnPostTask 2016-08-29 12:14:19 -07:00
MockSocket.cs
MockSocketOuptut.cs
MockSystemClock.cs
PassThroughConnectionFilter.cs
SocketInputExtensions.cs
SynchronousThreadPool.cs Make all calls to ThreadPool.QueueUserWorkItem through IThreadPool 2016-08-29 20:52:47 -07:00
TestApplicationErrorLogger.cs
TestKestrelTrace.cs