Skip to main content

Notify

Type Alias Notify 

Source
pub type Notify = NotifyEntity;

Aliased Type§

pub struct Notify {
    pub waiter_count: u32,
}

Fields§

§waiter_count: u32

Number of tasks currently waiting on this notify.