v0.1.0: reader methods
Pre-release
Pre-release
Included new read methods. The same as asyncio
StreamReader
:
readline()
readexactly(n)
readuntil(separator)
AsyncIterator
. Example:async for line in stream
Included new read methods. The same as asyncio
StreamReader
:
readline()
readexactly(n)
readuntil(separator)
AsyncIterator
. Example: async for line in stream