Skip to content

Abstract ProcThreadAttributeList into its own struct#123604

Merged
bors merged 1 commit intorust-lang:masterfrom
michaelvanstraten:proc_thread_attribute_list
Dec 21, 2024
Merged

Abstract ProcThreadAttributeList into its own struct#123604
bors merged 1 commit intorust-lang:masterfrom
michaelvanstraten:proc_thread_attribute_list

Conversation

@michaelvanstraten
Copy link
Copy Markdown
Contributor

@michaelvanstraten michaelvanstraten commented Apr 7, 2024

As extensively discussed in issue #114854, the current implementation of the unstable windows_process_extensions_raw_attribute features lacks support for passing a raw pointer.

This PR wants to explore the opportunity to abstract away the ProcThreadAttributeList into its own struct to for one improve safety and usability and secondly make it possible to maybe also use it to spawn new threads.

try-job: x86_64-mingw

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-windows Operating system: Windows S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants