Hey, I was just wondering whether it is possible to do multiple tasks in a console application at the same time. Like lets say if a program reads user's input and displays output at the same time, can the program carry on displaying output while it waits for user's input at the same time?
Just wondering if this can be done using the core language itself and if you could name this mechanism as well please. Thanks.