akka/akka-core

Adding askUnordered to streams?

開放

#25,381 建立於 2018年7月22日

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

倉庫指標

星標
 (13,277 顆星)
PR 合併指標
 (平均合併 8天 19小時) (30 天內合併 10 個 PR)

描述

I saw some discussion about askUnordered by @ktoso and @patriknw in #24325. Is there still some prospect to add to streams API or is this ruled out? I'd be happy to make a PR.

I have a (perhaps unusual) use-case where I specifically want my actor to process messages out-of-order. Its mailbox implements a first-in-random-out queue. This is for a Monte Carlo scheme.

Thanks in advance.

貢獻者指南