raboof commented on issue #1652:
URL: https://github.com/apache/pekko/issues/1652#issuecomment-2568016461

   Hmm, this seems like quite a corner case.
   
   If you're using Streams like this, you'll have to be quite aware of those 
intricacies already. At that point perhaps it isn't too much to ask the user to 
combine `concatLazy`, ` lazySource` and `flatMapConcat` (would `flatten` work 
here?). Adding `concatAllDeferred` might make things shorter, but I'm not sure 
it'd make things easier to understand. What would the scaladoc say - can we 
give a clear description of in what kinds of situations you'd use this function?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to