-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable IOPack, IOEnqueue, and IODequeue on Windows #88894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable IOPack, IOEnqueue, and IODequeue on Windows #88894
Conversation
|
Tagging subscribers to this area: @mangod9 Issue Detailsnull
|
|
The |
src/libraries/System.Private.CoreLib/src/System/Threading/WindowsThreadPool.cs
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Threading/Overlapped.cs
Outdated
Show resolved
Hide resolved
LakshanF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me from the NativeAOT perspective. Thanks for doing this work!
...raries/System.Private.CoreLib/src/System/Threading/RegisteredWaitHandle.WindowsThreadPool.cs
Outdated
Show resolved
Hide resolved
...aries/System.Private.CoreLib/src/System/Threading/ThreadPoolBoundHandle.WindowsThreadPool.cs
Outdated
Show resolved
Hide resolved
...aries/System.Private.CoreLib/src/System/Threading/ThreadPoolBoundHandle.WindowsThreadPool.cs
Outdated
Show resolved
Hide resolved
...aries/System.Private.CoreLib/src/System/Threading/ThreadPoolBoundHandle.WindowsThreadPool.cs
Outdated
Show resolved
Hide resolved
kouvel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment, otherwise LGTM, thanks!
Fixes #87020