akka/akka-core

UnzipWith documentation incorrectly states that it cancels eagerly

オープン

#26,041 opened on 2018/12/04

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wantedt:docst:stream

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

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

コントリビューターガイド