| Crates.io | scrummage |
| lib.rs | scrummage |
| version | 0.1.1 |
| created_at | 2020-07-26 23:47:03.970473+00 |
| updated_at | 2020-07-27 00:57:37.927694+00 |
| description | Fight over OS process prioritisation |
| homepage | |
| repository | https://github.com/Plecra/meek |
| max_upload_size | |
| id | 269906 |
| size | 26,764 |
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");