scheduler

Crates.ioscheduler
lib.rsscheduler
version0.1.3
sourcesrc
created_at2015-04-23 05:30:52.818569
updated_at2016-08-11 19:34:59.995836
descriptionBinding to set the linux scheduler (priority, policy, affinity, &c.)
homepagehttps://github.com/terminalcloud/rust-scheduler
repositoryhttps://github.com/terminalcloud/rust-scheduler
max_upload_size
id1926
size14,513
log (github:rust-lang:log)

documentation

README

scheduler

Minimal bindings for working with the linux scheduler.

Currently only binds:

  • sched_setscheduler
  • sched_getscheduler
  • setpriority
  • getpriority
  • sched_setaffinity
  • sched_getaffinity
Commit count: 26

cargo fmt