Function tfc_toolset::run::work_queue

source ·
pub async fn work_queue(
    queue: &mut BTreeMap<String, Workspace>,
    options: QueueOptions,
    attributes: Attributes,
    client: Client,
    core: &Core
) -> Result<QueueResult, ToolError>