dotnet / dotnet/dotnet-api-docs
Document Error (too old).
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
Hi team,
I'm copying this manually from here: https://github.com/dotnet/dotnet-api-docs.zh-tw/issues/6
I couldn't do it with ZenHub and the Feedback bar is not available at the bottom of the en us page: https://docs.microsoft.com/en-us/dotnet/api/system.threading.thread.sleep?view=netframework-4.8#feedback
@AndroidLinux commented 3 days ago
Describe of argument millisecondsTimeout
If the value of the millisecondsTimeout argument is Zero, the thread relinquishes the remainder of its time slice to any thread of equal priority that is ready to run.
Should be (References from SleepEx Function)
A value of zero causes the thread to relinquish the remainder of its time slice to any other thread that is ready to run. If there are no other threads ready to run, the function returns immediately, and the thread continues execution.Windows XP: A value of zero causes the thread to relinquish the remainder of its time slice to any other thread of equal priority that is ready to run.
Contributor guide
Assessment
This issue has not been assessed yet.