nh2 / nh2/conduit-concurrent-map

Support for non-preserving mapping

オープン
#2 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Haskell
スター
11
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。