Discard this reader: its output is no longer required.
Asynchronously read at most n
bytes from the byte stream.
Asynchronously read at most n
bytes from the byte stream. The
returned future represents the results of the read request. If
the read fails, the Reader is considered failed -- future reads
will also fail.
A result of None indicates EOF.
A Reader represents a stream of
A
s.Readers permit at most one outstanding read.
the type of objects produced by this reader