Timeout for Console.ReadKey() #8368
Replies: 1 comment
-
As an API request, this should be made over on https://github.com/dotnet/runtime. This repository is for the development of C# as a language. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to see a second argument added to the Console.ReadKey method that would make this blocking function timeout after a given duration, because once this method is called, it blocks the program until a key is pressed.
Beta Was this translation helpful? Give feedback.
All reactions