f39efe6 Fix module concurrency.

Authored and Committed by kapstok 5 years ago
    Fix module concurrency.
    
    The threads where joining before they actually ran. The `Threadhandler` is now waiting for all modules to finish their threads before they join.
    
        
file modified
+0 -2