Interrupt `Threads.@threads` computation

You can make it atomic if you don’t want to do any more computation or avoid any dirty read.
For me it doesn’t matter if there is 4-30 more computation with dirty read on stop_cond as I am just interrupting the next 10 million computation which is the key. Also we mustn’t forget that the computations are whole so the results from each dirty read case is valid and are saved in the trials_db, so I can already work with ready computations perfectly.