Function initialize_or_wait

Source
fn initialize_or_wait(
    queue: &AtomicPtr<Waiter>,
    init: Option<&mut dyn FnMut() -> bool>,
)