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.
pub fn enqueue_batch(
queue: &mut CommandQueue,
items: &[(&str, CommandPriority)],
) -> Vec<u64>Enqueue a batch of (label, priority) pairs. Returns the assigned ids.