akka/akka-core

UnzipWith documentation incorrectly states that it cancels eagerly

Offen

#26.041 geöffnet am 04.12.2018

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Scala (3.547 Forks)batch import
1 - triagedhelp wantedt:docst:stream

Repository-Metriken

Stars
 (13.277 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8T 19h) (10 gemergte PRs in 30 T)

Beschreibung

UnzipWith (both javadsl and scaladsl) states that it cancels when any downstream cancels. However, the actual implementation cancels only when the last downstream cancels.

Contributor Guide