Hello,

I recently migrated some code from old reactive streams to 0.7, and as part 
of that I replaced .foreach with a combination of .map (where the function 
resulted in Unit) and .consume().

Roland in a tweet 
(https://twitter.com/rolandkuhn/status/512143662676193280) says that: 
"foreach is a Sink type now", which I don't really understand :). Is there 
some different way to implement foreach? (the foreach usage I have is to 
handle connections from stream-tcp)

Thanks,
Adam

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to