Skip to content
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

Consider making System.Threading.Thread.IsThreadStartSupported public #77541

Open
Tracked by #68162
lambdageek opened this issue Oct 27, 2022 · 3 comments
Open
Tracked by #68162
Assignees
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation arch-wasm WebAssembly architecture area-System.Threading os-browser Browser variant of arch-wasm
Milestone

Comments

@lambdageek
Copy link
Member

This would allow third party library authors to provide different implementation based on whether they're running on single-threaded or multi-threaded wasm.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 27, 2022
@ghost
Copy link

ghost commented Oct 27, 2022

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Issue Details

This would allow third party library authors to provide different implementation based on whether they're running on single-threaded or multi-threaded wasm.

Author: lambdageek
Assignees: -
Labels:

area-System.Threading, untriaged

Milestone: -

@lambdageek
Copy link
Member Author

Related to #76959

@lambdageek lambdageek added the api-suggestion Early API idea and discussion, it is NOT ready for implementation label Oct 27, 2022
@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label Mar 17, 2023
@mangod9 mangod9 added this to the Future milestone Mar 17, 2023
@pavelsavara pavelsavara self-assigned this Feb 5, 2024
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture os-browser Browser variant of arch-wasm labels Feb 5, 2024
@ghost
Copy link

ghost commented Feb 5, 2024

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

This would allow third party library authors to provide different implementation based on whether they're running on single-threaded or multi-threaded wasm.

Author: lambdageek
Assignees: pavelsavara
Labels:

api-suggestion, arch-wasm, area-System.Threading, os-browser

Milestone: Future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation arch-wasm WebAssembly architecture area-System.Threading os-browser Browser variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

3 participants