Turns the single threaded pandoc conversion into a parallel multithreaded approach by first generating all pandoc calls and then executing them in parallel.
TODO: we still need to take care of actually generating the combined module files. This is mainly meant as a proof of concept to showcase how this could be done.
Turns the single threaded pandoc conversion into a parallel multithreaded approach by first generating all pandoc calls and then executing them in parallel.
TODO: we still need to take care of actually generating the combined module files. This is mainly meant as a proof of concept to showcase how this could be done.