Fix multithreading

This commit is contained in:
Nathan McCarty 2024-12-20 08:43:21 +00:00
parent 7e3aa68942
commit 66bb33b332

View file

@ -72,7 +72,7 @@ sub MAIN() {
# For each of our idris files, find the ttm, and generate the output in the
# temporary directory
for @idris-files.hyper -> $idr {
for @idris-files.hyper :batch(1) -> $idr {
render-idris-file $idr;
# TODO : Build index
}