Skip to content

v0.1.0: reader methods

Pre-release
Pre-release
Compare
Choose a tag to compare
@aratz-lasa aratz-lasa released this 04 May 20:42

Included new read methods. The same as asyncio StreamReader:

  • readline()
  • readexactly(n)
  • readuntil(separator)
  • AsyncIterator. Example: async for line in stream