Open Stefan137 opened 18 hours ago
Missing information
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.
https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.join?view=net-8.0
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Threading/Thread.xml
a436bcdf-2ca1-535f-a9ef-82f7a6df28eb
@dotnet-bot
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
@dotnet-bot