Avoid QueueUserWorkItem allocation in rare Channel race condition (#48313)
authorStephen Toub <stoub@microsoft.com>
Tue, 16 Feb 2021 02:02:55 +0000 (21:02 -0500)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 02:02:55 +0000 (21:02 -0500)
commit76083273c0da5c5f75c588e038644ae4adddceb1
tree96b27f3570c204701ec673230b3d2993e5c1cb04
parenta3fb9ae777346d7625c49935ed15186c591108b9
Avoid QueueUserWorkItem allocation in rare Channel race condition (#48313)
src/libraries/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.cs
src/libraries/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.netcoreapp.cs
src/libraries/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.netstandard1.cs
src/libraries/System.Threading.Channels/src/System/Threading/Channels/AsyncOperation.netstandard2.cs
src/libraries/System.Threading.Channels/tests/ChannelTestBase.cs