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.
i guessed i need (executor/utilization-executor 1 6)
and then (->> (s/->source files) ... (s/onto exec-pool)
but other than that
i do not yet understand
i need your help
i think i've figured that out