class Async::IO::TCPSocket::StreamWrapper

def read(*args)

def read(*args)
	@io.sysread(*args)
end