Darkhogg/polyethylene

View on GitHub
docs/polyethylene.poly.asynciterablefactory.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [polyethylene](./polyethylene.md) &gt; [Poly](./polyethylene.poly.md) &gt; [AsyncIterableFactory](./polyethylene.poly.asynciterablefactory.md)

## Poly.AsyncIterableFactory type

A function with no arguments that returns an `AsyncIterable`

<b>Signature:</b>

```typescript
type AsyncIterableFactory<T> = () => AsyncIterable<T>;
```