Patch add rust waitqueue (#162)

* new: rust版本的waitqueue

* new:等待队列的文档
This commit is contained in:
login
2023-01-31 19:27:02 +08:00
committed by GitHub
parent 3c369b1430
commit 151251b50b
5 changed files with 219 additions and 5 deletions

View File

@ -5,7 +5,7 @@
#![feature(alloc_error_handler)]
#![feature(panic_info_message)]
#![feature(drain_filter)] // 允许Vec的drain_filter特性
#![feature(c_void_variant)] //not stable, used in /home/su/Documents/VSCode/DragonOS/kernel/src/exception/softirq.rs
#![feature(c_void_variant)] // used in kernel/src/exception/softirq.rs
#[allow(non_upper_case_globals)]
#[allow(non_camel_case_types)]
#[allow(non_snake_case)]