We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d67b39 + 17f1c8c commit ca8f42eCopy full SHA for ca8f42e
os4-ref/src/task/task.rs
@@ -58,6 +58,7 @@ impl TaskControlBlock {
58
#[derive(Copy, Clone, PartialEq)]
59
/// task status: UnInit, Ready, Running, Exited
60
pub enum TaskStatus {
61
+ UnInit,
62
Ready,
63
Running,
64
Exited,
0 commit comments