aspnetcore/test
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
..
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Fix 'No data found for...' errors in CI test runs. 2017-02-21 11:50:20 -08:00
Microsoft.AspNetCore.Server.Kestrel.Performance Remove custom BenchmarkDotNet toolchain. 2017-02-21 12:05:16 -08:00
Microsoft.AspNetCore.Server.KestrelTests Use the IThreadPool as the ReaderScheduler (#1372) 2017-02-21 21:09:23 -08:00
shared