summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/arc.rs
AgeCommit message (Expand)Author
2023-01-16rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho