stdioConsoleInput
Overview
The StdioConsoleInput
class is a console input handler that reads input from
the standard input (stdin) and processes it line by line. The class uses two
callback functions: OnLineProcessed
and OnLineReceived
. The
StdioConsoleInput
provides several methods for handling console input.