-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.ThreadinguntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Type of issue
Missing information
Description
According to typical implementations (cf. dotnet/runtime and microsoft/referencesource), Thread.Join(TimeSpan) uses the same underlying implementation as Thread.Join() and Thread.Join(Int32). However, the documentation of Thread.Join(TimeSpan) does not mention that it can throw ThreadInterruptedException.
Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.join?view=net-8.0
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Threading/Thread.xml
Document Version Independent Id
a436bcdf-2ca1-535f-a9ef-82f7a6df28eb
Article author
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.ThreadinguntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner