He-Pin opened a new pull request, #2429:
URL: https://github.com/apache/pekko/pull/2429

   Motivation:
   refs: https://github.com/apache/pekko/issues/2416
   
   It's named just in Flux and ambArray in Flowable.
   
   @mdedetrich want the Scala method to be `Source.apply`, and then we can call 
`Source(1,2,3,4)`, wdyt @pjfanning .
   
   if we do that, then `Source(Array(1,2,3)` will emit `1,2,3`, and 
Source(Array(1,2,3), Array(1,2,3)` will emit `Array(1,2,3), Array(1,2,3)`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to