[][src]Function cortex::dispatcher::server::pop_progress_task

pub fn pop_progress_task<S: BuildHasher>(
    progress_queue_arc: &Arc<Mutex<HashMap<i64, TaskProgress, S>>>,
    taskid: i64
) -> Option<TaskProgress>

Pops the next task from the progress queue