Skip to main content

enqueue_batch

Function enqueue_batch 

Source
pub fn enqueue_batch(
    queue: &mut CommandQueue,
    items: &[(&str, CommandPriority)],
) -> Vec<u64>
Expand description

Enqueue a batch of (label, priority) pairs. Returns the assigned ids.