summaryrefslogtreecommitdiffstats
path: root/rust/kernel/task.rs
AgeCommit message (Expand)AuthorLines
2023-10-15rust: task: remove redundant explicit linkMiguel Ojeda-1/+1
2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl-2/+8
2023-04-22rust: introduce `current`Wedson Almeida Filho-1/+81
2023-04-22rust: add basic `Task`Wedson Almeida Filho-0/+75