travisbrown/iteratee

Allow consumtion of async sources

Crafter6432 opened this issue · 3 comments

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

👍 from me.

@Crafter6432 Can you say a little more about the use cases you'd want to support?

I think generateM covers this now