Skip processing async operations from epoll thread (#35940)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Thu, 7 May 2020 14:27:08 +0000 (10:27 -0400)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 14:27:08 +0000 (10:27 -0400)
commitfaa7456a25e50d34f040541aa60f3b31632c0a33
treeee78380ff2b79b76e011d3f2c6941aa1f47e9533
parent618c1d5a518313959a3b73f46713310e71290a38
Skip processing async operations from epoll thread (#35940)

Fixes https://github.com/dotnet/runtime/pull/35330#discussion_r420749150 by skipping state transitions when an async operation needs to be processed.
src/libraries/System.Net.Sockets/src/System/Net/Sockets/SocketAsyncContext.Unix.cs