Control the scheduling of your processes to make your programs more reponsive!
rust scrummage::Process::current() .set_priority(scrummage::Priority::normal().lower().last().unwrap()) .expect("couldn't set own thread priority");