Allow consumtion of async sources
Crafter6432 opened this issue · 3 comments
Crafter6432 commented
Right now there doesn't seem to a way to create an Enumerator for an async source such as an scala Future.
I would propose an similar syntax to play's Enumerator.fromCallback
travisbrown commented
👍 from me.
travisbrown commented
@Crafter6432 Can you say a little more about the use cases you'd want to support?
Crafter6432 commented
I think generateM covers this now