7 releases
Uses old Rust 2015
0.1.3 | Aug 11, 2016 |
---|---|
0.1.2 | Aug 11, 2016 |
0.1.1 | Feb 9, 2016 |
0.1.0 | Dec 23, 2015 |
0.0.3 | Apr 23, 2015 |
#528 in Unix APIs
1,248 downloads per month
15KB
329 lines
scheduler
Minimal bindings for working with the linux scheduler.
Currently only binds:
- sched_setscheduler
- sched_getscheduler
- setpriority
- getpriority
- sched_setaffinity
- sched_getaffinity
lib.rs
:
Bindings to sched.h
and sys/resource.h
Just enough to set the scheduler priority.
Dependencies
~0–8MB
~43K SLoC