Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement List::get_all() -> Stream<T> for feature = "async" #41

Closed
kestred opened this issue Jan 17, 2019 · 2 comments · Fixed by #200
Closed

Implement List::get_all() -> Stream<T> for feature = "async" #41

kestred opened this issue Jan 17, 2019 · 2 comments · Fixed by #200

Comments

@kestred
Copy link
Collaborator

kestred commented Jan 17, 2019

The List::get_all function is currently not implemented when using features = ["async"].

We should implemented it -- returning a Stream -- as mentioned in #40 (comment).

@thedodd
Copy link
Contributor

thedodd commented Feb 26, 2020

Yes! I was about to open an issue for this! Would be quite helpful.

@phayes
Copy link
Contributor

phayes commented Oct 23, 2021

Looks like I underestimated my own ability, and I have an initial implementation here:

#200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants