Re: [akka-user] [akka-stream] how to handle Future

2014-06-06 Thread Roland Kuhn
Hi Benoit, you can use Flow.onComplete(…) to execute “system.shutdown()” after the stream finishes processing, just like you would do it for a Future-based application. Concerning akka-stream I’ll hopefully get around to that once I’m through that whole pile of email ;-) Regards, Roland 5

Re: [akka-user] [akka-stream] how to handle Future

2014-06-02 Thread Roland Kuhn
Hi Benoit, in the upcoming 0.3 release there is a .mapFuture combinator that lets you transform elements asynchronously. Concerning the ActorSystem shutdown I do not understand your question, can you rephrase? Regards, Roland 27 maj 2014 kl. 21:27 skrev benq benoit.quart...@gmail.com: Hi,