nh2 / nh2/conduit-concurrent-map

Support for non-preserving mapping

Abierto
#2 1 comentario 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Haskell
Estrellas
11
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Thanks for the awesome utility function. I was wondering if it would be possible to provide a similar `concurrentMapM_` **without** enforcing ordering, that is, yield all elements as soon as possible without care for their order.

I can do this in [streamly](https://hackage.haskell.org/package/streamly) using `parMapM` (see https://hackage.haskell.org/package/streamly-0.10.1/docs/Streamly-Internal-Data-Stream-Prelude.html#v:parMapM) but I enjoy working with Conduit and I'd rather keep using it than migrating to a different ecosystem altogether.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.