akka/akka-core

Adding askUnordered to streams?

Aberta

#25.381 aberto em 22 de jul. de 2018

 (3 comentários) (0 reação) (0 responsável)Scala (3.547 forks)batch import
1 - triagedhelp wantedt:stream

Métricas do repositório

Stars
 (13.277 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d 19h) (10 fundiu PRs em 30d)

Description

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.

Guia do colaborador