Fork me on GitHub
#aleph
<
2019-09-22
>
akond15:09:23

i'm trying to map a sequence through a function concurrently. but i'm completely new to manifold and my code does not get executed concurrently.

akond15:09:53

i guessed i need (executor/utilization-executor 1 6)

akond15:09:41

and then (->> (s/->source files) ... (s/onto exec-pool) but other than that

akond15:09:07

i do not yet understand

akond15:09:54

i need your help

akond16:09:52

i think i've figured that out