Python multithreaded print statements delayed until all threads complete execution

For python 3 you can now use the flush param like that:

print('Your text', flush=True)

Leave a Comment