7次发布
使用旧的Rust 2015
0.1.3 | 2016年8月11日 |
---|---|
0.1.2 | 2016年8月11日 |
0.1.1 | 2016年2月9日 |
0.1.0 | 2015年12月23日 |
0.0.3 | 2015年4月23日 |
528 在 Unix API 中排名
1,248 每月下载量
15KB
329 行
调度器
针对与Linux调度器交互的最低限度绑定。
目前仅绑定
- sched_setscheduler
- sched_getscheduler
- setpriority
- getpriority
- sched_setaffinity
- sched_getaffinity
lib.rs
:
绑定到 sched.h
和 sys/resource.h
仅足以设置调度器优先级。
依赖关系
~0–8MB
~43K SLoC