akka/akka-core
UnzipWith documentation incorrectly states that it cancels eagerly
开放
#26,041 创建于 2018年12月4日
1 - triagedhelp wantedt:docst:stream
仓库指标
- 星标
- (13,277 个星标)
- PR 合并指标
- (平均合并 8天 19小时) (30 天内合并 10 个 PR)
描述
UnzipWith (both javadsl and scaladsl) states that it cancels when any downstream cancels. However, the actual implementation cancels only when the last downstream cancels.