---
title: AsyncLineSequence
framework: foundation
role: symbol
role_heading: Structure
path: foundation/asynclinesequence
---

# AsyncLineSequence

An asynchronous sequence of lines of text.

## Declaration

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

## Topics

### Type Aliases

- [AsyncLineSequence.Element](foundation/asynclinesequence/element.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Structures

- [AsyncCharacterSequence](foundation/asynccharactersequence.md)
- [AsyncUnicodeScalarSequence](foundation/asyncunicodescalarsequence.md)
- [Expression](foundation/expression.md)
- [NSAttributedStringFormattingContextKey](foundation/nsattributedstringformattingcontextkey.md)
- [NSKeyValueChangeKey](foundation/nskeyvaluechangekey.md)
- [NSKeyValueObservedChange](foundation/nskeyvalueobservedchange.md)
- [NSKeyValueOperator](foundation/nskeyvalueoperator.md)
- [PresentationIntent](foundation/presentationintent.md)
