class Async::IO::Protocol::Line

def read_line

def read_line
	@stream.read_until(@eol) or @stream.eof!
end