aspnetcore/test/Kestrel.Transport.Libuv.Tests
David Fowler 572627e88c
Handle posting to the libuv thread after StopAsync (#2388)
- Check if the post handle is disposed and noop if it is.
We also catch an ObjectDisposedException because it's an inherent race condition.
2018-03-13 19:37:39 -07:00
..
TestHelpers Feature/clean up proto abstractions (#2383) 2018-03-13 10:27:04 -07:00
Kestrel.Transport.Libuv.Tests.csproj
LibuvConnectionTests.cs
LibuvOutputConsumerTests.cs Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
LibuvThreadTests.cs Handle posting to the libuv thread after StopAsync (#2388) 2018-03-13 19:37:39 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
ListenerPrimaryTests.cs Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
MultipleLoopTests.cs
NetworkingTests.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs