Skip to content

Commit

Permalink
Auto merge of #123604 - michaelvanstraten:proc_thread_attribute_list,…
Browse files Browse the repository at this point in the history
… r=<try>

Abstract `ProcThreadAttributeList` into its own struct

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 branch information
bors committed Sep 9, 2024
2 parents d7522d8 + 4575e71 commit d4d9527
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 151 deletions.
Loading

0 comments on commit d4d9527

Please sign in to comment.