pub fn work_queue<T: Clone + 'static>(
graph: &Graph,
opts: WorkQueueOptions<T>,
) -> WorkQueue<T>Expand description
Creates or computes work_queue.
pub fn work_queue<T: Clone + 'static>(
graph: &Graph,
opts: WorkQueueOptions<T>,
) -> WorkQueue<T>Creates or computes work_queue.