akka/akka-core
UnzipWith documentation incorrectly states that it cancels eagerly
開放
#26,041 建立於 2018年12月4日
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.