J
julien
Hello,
I need to add a waiting loop to my program so I don't exit right a way.
This loop has to be non-blocking (the program has to handle other
events), and shouldn't take much resources (not a busy waiting).
It is a command line program, so I don't get the event loop of any
graphical library.
I looked for "event loop" on Google but couldn't find anything for C#/.Net
Any idea?
Thank you
Julien
I need to add a waiting loop to my program so I don't exit right a way.
This loop has to be non-blocking (the program has to handle other
events), and shouldn't take much resources (not a busy waiting).
It is a command line program, so I don't get the event loop of any
graphical library.
I looked for "event loop" on Google but couldn't find anything for C#/.Net
Any idea?
Thank you
Julien