scrummage 0.1.0

Fight over OS process prioritisation
Documentation

scrummage

Control the scheduling of your processes to make your programs more reponsive!

scrummage::Process::current()
    .set_priority(scrummage::Priority::normal().lower().last().unwrap())
    .expect("couldn't set own thread priority");

Roadmap

  • Linux support
    • ...then Unix,
    • and MacOS?
  • Windows support
  • Thread prioritisation
    • This is currently part of thread-priority
    • and it's harder to get right; I'd like to protect users from Priority Inversion etc.