pub type Notification<C = NoExplicitInvocationContext> = Cap<Notification, C>;Aliased Type§
pub struct Notification<C = NoExplicitInvocationContext> { /* private fields */ }Implementations§
Source§impl<C: InvocationContext> Notification<C>
impl<C: InvocationContext> Notification<C>
Sourcepub fn wait(self) -> (MessageInfo, Badge)
pub fn wait(self) -> (MessageInfo, Badge)
Corresponds to seL4_Wait.
Sourcepub fn poll(self) -> (MessageInfo, Badge)
pub fn poll(self) -> (MessageInfo, Badge)
Corresponds to seL4_Poll.