scheduler 0.1.3

Binding to set the linux scheduler (priority, policy, affinity, &c.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
scheduler
===

Minimal bindings for working with the linux scheduler.

Currently only binds:
- sched_setscheduler
- sched_getscheduler
- setpriority
- getpriority
- sched_setaffinity
- sched_getaffinity