Function ocl_core::wait_for_events

source ·
pub fn wait_for_events(
    num_events: u32,
    event_list: &dyn ClWaitListPtr
) -> Result<()>
Expand description

Blocks until the first num_events events in event_list are complete.