Skip to main content

with_deps

Function with_deps 

Source
fn with_deps<OP, R>(task_deps: TaskDepsRef<'_>, op: OP) -> R
where OP: FnOnce() -> R,
Expand description

Execute the operation with provided dependencies.