1
0
forked from Rativel/BurritOS

Kernel documentation. Still need to do thread.rs

This commit is contained in:
Rémi Rativel
2023-05-14 23:51:15 +02:00
parent 2f38edee70
commit e430a62c35
5 changed files with 44 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
//! # Thread
//!
//!
use std::{rc::Rc, cell::RefCell};
use super::{process::Process, thread_manager::ThreadRef};