When it was a standalone program, using Threads to speed up a for loop worked fine. Now that it is a module, it does not: it either works fine for the first iteration of the loop and then just crashes, or it selects some iterations of the loop that do not work properly.
Possibly linked to the global variables and/or the exported ones?
When it was a standalone program, using Threads to speed up a for loop worked fine. Now that it is a module, it does not: it either works fine for the first iteration of the loop and then just crashes, or it selects some iterations of the loop that do not work properly.
Possibly linked to the global variables and/or the exported ones?