aspnetcore/test/Microsoft.AspNetCore.Server.../TestHelpers
David Fowler ba549502e1 Use the IThreadPool as the ReaderScheduler (#1372)
- This is what socket input did, also using
ThreadPool.QueueUserWorkItem is better than Task.Run for this
scenario and avoids a bunch of overhead.
2017-02-21 21:09:23 -08:00
..
MockFrameControl.cs
MockLibuv.cs
MockSocket.cs
PassThroughConnectionAdapter.cs
SynchronousThreadPool.cs Use the IThreadPool as the ReaderScheduler (#1372) 2017-02-21 21:09:23 -08:00