[wasm] Mark System.Threading.ThreadPool unsupported on Browser (#41891)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Tue, 8 Sep 2020 23:24:09 +0000 (19:24 -0400)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 23:24:09 +0000 (19:24 -0400)
commitac847fc991872649eca294e8d655d055b4bcd1c1
tree059d9548b0b8a770752ef01e3ccb5502c88224c1
parent83b66590a3f4564397f6342ea83b66a5c242924e
[wasm] Mark System.Threading.ThreadPool unsupported on Browser (#41891)

* System.Threading.ThreadPool enable platform attributes

* Mark System.Threading.ThreadPool APIs unsupported on browser

* System.Threading.ThreadPool Add Unsupported attribute to other ThreadPool files

* Remove Unsupported attributes from BindHandle

* Add windows Supported Attribute to BindHandle

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.Portable.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPool.cs
src/libraries/System.Threading.ThreadPool/Directory.Build.props
src/libraries/System.Threading.ThreadPool/ref/System.Threading.ThreadPool.cs
src/mono/netcore/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Mono.cs
src/mono/netcore/System.Private.CoreLib/src/System/Threading/ThreadPool.Mono.cs