L
lyndon hughey
Hello, I'm trying to create a console program that will allow one to enter
characters via the ReadLine() method. But I want to be able to use a
default value and resume processing if the user doesn't input a stream
within X seconds.
I was hoping that I could accomplish this without creating and killing
threads, as my expertise with this area of development is someone
undeveloped.
Could someone point me in the right direction please?
Thanks in advance.
characters via the ReadLine() method. But I want to be able to use a
default value and resume processing if the user doesn't input a stream
within X seconds.
I was hoping that I could accomplish this without creating and killing
threads, as my expertise with this area of development is someone
undeveloped.
Could someone point me in the right direction please?
Thanks in advance.