class Async::IO::StandardInput

def initialize(io = $stdin)

def initialize(io = $stdin)
	super(io)
end