scrummage 0.1.1

Fight over OS process prioritisation
Documentation
  • Coverage
  • 92.31%
    12 out of 13 items documented2 out of 11 items with examples
  • Size
  • Source code size: 26.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Plecra

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.