akka/akka-core
View on GitHubUnzipWith documentation incorrectly states that it cancels eagerly
Open
#26,041 opened on Dec 4, 2018
1 - triagedhelp wantedt:docst:stream
Repository metrics
- Stars
- (13,277 stars)
- PR merge metrics
- (Avg merge 8d 19h) (10 merged PRs in 30d)
Description
UnzipWith (both javadsl and scaladsl) states that it cancels when any downstream cancels. However, the actual implementation cancels only when the last downstream cancels.