summaryrefslogtreecommitdiffstats
path: root/rust/kernel/task.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: task: remove redundant explicit linkMiguel Ojeda2023-10-151-1/+1
* rust: task: add `Send` marker to `Task`Alice Ryhl2023-05-311-2/+8
* rust: introduce `current`Wedson Almeida Filho2023-04-221-1/+81
* rust: add basic `Task`Wedson Almeida Filho2023-04-221-0/+75