summaryrefslogtreecommitdiff
path: root/rust/kernel/task.rs
AgeCommit message (Expand)AuthorFilesLines
2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl1-2/+8
2023-04-22rust: introduce `current`Wedson Almeida Filho1-1/+81
2023-04-22rust: add basic `Task`Wedson Almeida Filho1-0/+75