Contents

AsyncLineSequence

An asynchronous sequence of lines of text.

Declaration

struct AsyncLineSequence<Base> where Base : AsyncSequence, Base.Element == UInt8

See Also

Structures