You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spoiler: I'd like the next version of the conc/iter package to support the new stdlib iter package. In this case, you could create a Seq2 from any map and conc could consume that.
Still pretty early in the design process (especially since iterators haven't stabilized yet), but stay tuned 🙂
conc
is very wonderful to writing concurrent code, thanks for your project!Currently, there is only
iter.Map()
run from a slice. But sometimes we need to concurrently run from a map.Could you consider provide a function like:
(
iter.Map
running from slice has occuppied the best name. The naming maybe a little hard to decide😭)The text was updated successfully, but these errors were encountered: