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

Allow creating stream from sequence in effect #1571

Closed
kubukoz opened this issue Aug 28, 2019 · 1 comment · Fixed by #1582 or #1596
Closed

Allow creating stream from sequence in effect #1571

kubukoz opened this issue Aug 28, 2019 · 1 comment · Fixed by #1582 or #1596

Comments

@kubukoz
Copy link
Member

kubukoz commented Aug 28, 2019

I think an operator that would combine Stream.eval(fseq).flatMap(Stream.emits) (similar to Stream.evalUnChunk, but for sequences) would be very nice to have to reduce some boilerplate when working with third-party functions that return results in batches.

@mpilquist
Copy link
Member

👍

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.

2 participants