Skip to main content

new_batch_queue

Function new_batch_queue 

Source
pub fn new_batch_queue(
    capacity: usize,
) -> (BatchQueueSender, BatchQueueReceiver)
Expand description

Create a bounded batch work queue with the given capacity.