Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/sync/
A Dcompletion.rs67 pub struct Completion { struct
72 // SAFETY: `Completion` is safe to be send to any task. argument
73 unsafe impl Send for Completion {} implementation
76 unsafe impl Sync for Completion {} implementation
78 impl Completion { impls

Completed in 3 milliseconds