fn with_deps<OP, R>(task_deps: TaskDepsRef<'_>, op: OP) -> Rwhere
OP: FnOnce() -> R,Expand description
Execute the operation with provided dependencies.
fn with_deps<OP, R>(task_deps: TaskDepsRef<'_>, op: OP) -> Rwhere
OP: FnOnce() -> R,Execute the operation with provided dependencies.