Last active
December 10, 2015 02:58
-
-
Save negator/4371030 to your computer and use it in GitHub Desktop.
Hook up Enumerator to Enumeratee to Iteratee and run it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//The collect function below returns an Enumerator[Activity], given some target meta-data | |
val iterateePromise = collect(target) &> fileWriting |>> updatingCursor | |
iterateePromise.flatMap(_.run) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment