Rename scheduling to 'async_io', general cleanup

This commit is contained in:
2025-02-25 03:18:12 +00:00
parent e294a13a91
commit 4fe6109e5b
10 changed files with 127 additions and 12 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ extern crate alloc;
use libk::{
drivers::{
async_io::task::{Executor, Task},
io,
scheduling::task::{Executor, Task},
},
prelude::*,
util::shell::shell,