AReadline#

class ultimo.stream.AReadline(stream=<_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>)#

Read from a text stream asynchronously one line at a time.

Methods

close()

Close the output stream.

async close()#

Close the output stream.

flow#

alias of AFlow