Type Alias ucs_callbackq_t

Source
pub type ucs_callbackq_t = ucs_callbackq;
Expand description

A queue of callback to execute

Aliased Type§

struct ucs_callbackq_t {
    pub fast_elems: [ucs_callbackq_elem; 8],
    pub priv_: [i8; 72],
}

Fields§

§fast_elems: [ucs_callbackq_elem; 8]

Array of fast-path element, the last is reserved as a sentinel to mark array end.

§priv_: [i8; 72]

Private data, which we don’t want to expose in API to avoid pulling more header files