Fix multithreading
This commit is contained in:
parent
7e3aa68942
commit
66bb33b332
|
@ -72,7 +72,7 @@ sub MAIN() {
|
||||||
|
|
||||||
# For each of our idris files, find the ttm, and generate the output in the
|
# For each of our idris files, find the ttm, and generate the output in the
|
||||||
# temporary directory
|
# temporary directory
|
||||||
for @idris-files.hyper -> $idr {
|
for @idris-files.hyper :batch(1) -> $idr {
|
||||||
render-idris-file $idr;
|
render-idris-file $idr;
|
||||||
# TODO : Build index
|
# TODO : Build index
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue