ultimo.stream#

Classes

ARead([stream])

Read from a stream asynchronously one character at a time.

AReadline([stream])

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

AWrite([stream, source])

Write to a stream asynchronously.

StreamMixin()

Mixin that gives async context manager behaviour to close a stream.