mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-24 00:46:17 +04:00
f7eb09e856
- Rewrite processor.rs Refactor to `Processor` & `ProcessManager` - Use Box<dyn> instead of generic. - Wait/sleep/wakeup is not supported yet. I'm considering to implement them with WaitQueue.
8 lines
139 B
TOML
8 lines
139 B
TOML
[package]
|
|
name = "ucore-process"
|
|
version = "0.1.0"
|
|
authors = ["WangRunji <wangrunji0408@163.com>"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
spin = "0.4" |