[−][src]Struct notifier::Notifier
Methods
impl<Key> Notifier<Key> where
Key: Clone + Into<usize>,
usize: Into<Key>, [src]
Key: Clone + Into<usize>,
usize: Into<Key>,
pub fn new() -> Self[src]
pub fn context(&self, key: Key) -> NotifierContext<Key>[src]
pub fn wait<F: FnMut(Either<Ready, Instant>, Key)>(&self, f: F)[src]
Auto Trait Implementations
impl<Key> Sync for Notifier<Key> where
Key: Send + Sync,
Key: Send + Sync,
impl<Key> Unpin for Notifier<Key> where
Key: Unpin,
Key: Unpin,
impl<Key> Send for Notifier<Key> where
Key: Send,
Key: Send,
impl<Key> !UnwindSafe for Notifier<Key>
impl<Key> !RefUnwindSafe for Notifier<Key>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,