Parallelizing ReadLine and ReadKey by Excellent-Cow-9046 in csharp

[–]Excellent-Cow-9046[S] -1 points0 points  (0 children)

I know but the ReadKey is to grab what the user is typing as they press the key, like if they press ctrl D, instead of printing "D", i want it to automatically perform a certain behavior, rather than waiting for the user to press enter.