Relative Content

Tag Archive for pythonfunctionloopsprocessmultiprocessing

Stop process from another process

Hi guys I have two different processes running at the same time.
I’m trying to stop the other process which i have named loop_b
but I have only managed to stop the current process and the other doesn’t stop