Create an play.api.libs.iteratee.Iteratee in the “cont” state.
Create an play.api.libs.iteratee.Iteratee in the “cont” state.
Continuation which will compute the next Iteratee state according to an input. The continuation is not guaranteed to run in any particular execution context. If a particular execution context is needed then the continuation should be wrapped before being added, e.g. by running the operation in a Future and flattening the result.