-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for thread spawn hooks #132951
Copy link
Copy link
Open
Labels
A-threadArea: `std::thread`Area: `std::thread`A-thread-localsArea: Thread local storage (TLS)Area: Thread local storage (TLS)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-thread_spawn_hook`#![feature(thread_spawn_hook)]``#![feature(thread_spawn_hook)]`T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-threadArea: `std::thread`Area: `std::thread`A-thread-localsArea: Thread local storage (TLS)Area: Thread local storage (TLS)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-thread_spawn_hook`#![feature(thread_spawn_hook)]``#![feature(thread_spawn_hook)]`T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(thread_spawn_hook)]This is a tracking issue for thread spawn hooks as proposed in rust-lang/rfcs#3642
Public API
Steps / History
Unresolved Questions