akka/akka-core
UnzipWith documentation incorrectly states that it cancels eagerly
Aperta
#26.041 aperta il 4 dic 2018
1 - triagedhelp wantedt:docst:stream
Metriche repository
- Star
- (13.277 stelle)
- Metriche merge PR
- (Merge medio 8g 19h) (10 PR mergiate in 30 g)
Descrizione
UnzipWith (both javadsl and scaladsl) states that it cancels when any downstream cancels. However, the actual implementation cancels only when the last downstream cancels.