Add AsyncPushable class
#317
aleclarson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
AsyncPushableclass creates an async iterable whose results are determined through method calling. It's similar to a TransformStream but with less theatrics.API
Proposed implementation
Prior art
Inspired by it-pushable but simplified (see its implementation).
Beta Was this translation helpful? Give feedback.
All reactions