scrummage

Crates.ioscrummage
lib.rsscrummage
version0.1.1
sourcesrc
created_at2020-07-26 23:47:03.970473
updated_at2020-07-27 00:57:37.927694
descriptionFight over OS process prioritisation
homepage
repositoryhttps://github.com/Plecra/meek
max_upload_size
id269906
size26,764
(Plecra)

documentation

README

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.
Commit count: 0

cargo fmt