akka/akka-core

UnzipWith documentation incorrectly states that it cancels eagerly

開放

#26,041 建立於 2018年12月4日

 (3 則留言) (1 個反應) (0 位負責人)Scala (3,547 個分叉)batch import
1 - triagedhelp wantedt:docst:stream

倉庫指標

星標
 (13,277 顆星)
PR 合併指標
 (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.

貢獻者指南