Since AutoIT is single threaded many people have created ways to multithread in AutoIT.
Searching the forums I found many ways to multithread.
So what is the best way to use multi-threading in an autoit script?
Is there anyway to run a function in another thread?
Or compile 2 or more scripts into a single multi-threading .exe?