pub fn killer(tx: Sender<()>, rx: Receiver<Coms>)
Expand description

This function is the one that sends the kill signals to the processes It waits for a Config to be sent to it to start blocking.

It runs on a while that

  1. checks if you have run out of time
  2. Sees if config has changed
  3. gets all running processes
  4. kills those in the processes list of the running configuration
  5. sleeps