Description
@StingyJack commented on Sun May 27 2018
... that an example would be beneficial. At least enough to contrast the difference between the MRE and MRES.
Also, "wait times are expected to be very short" is too subjective. Is this < 1ms or < 30 seconds or something else?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: efe76905-60c0-9fce-5e51-fdc6c7239a9d
- Version Independent ID: 1b993777-1e18-50f2-7c0d-b0c3ce004d24
- Content: ManualResetEvent and ManualResetEventSlim
- Content Source: docs/standard/threading/manualresetevent-and-manualreseteventslim.md
- Service: unspecified
- Product: dotnet
- GitHub Login: @rpetrusha
- Microsoft Alias: ronpet
@pkulikov commented on Wed Jan 30 2019
PR #10233 redirects the referenced article to the API reference page.
The question about wait times was addressed to the following paragraph:
In the .NET Framework 4, you can use the
System.Threading.ManualResetEventSlim
class for better performance when wait times are expected to be very short, and when the event does not cross a process boundary.
The following pages are the candidates for update when fixing this issue:
- https://docs.microsoft.com/en-us/dotnet/api/system.threading.manualresetevent
- https://docs.microsoft.com/en-us/dotnet/api/system.threading.manualreseteventslim
@dotnet-bot commented on Mon Jan 25 2021
This issue has been closed as part of the issue backlog grooming process outlined in #22351.
That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the @dotnet/docs
team for visibility.
@StingyJack commented on Mon Jan 25 2021
Still looking for what "Very Short" means.
@BillWagner commented on Mon Jan 25 2021
opening and moving to dotnet-api-docs