akka/akka-core
UnzipWith documentation incorrectly states that it cancels eagerly
オープン
#26,041 opened on 2018/12/04
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.