forkjoin::TaskJoinArg [] [src]

type TaskJoinArg<Ret> = fn(&Ret, &[Ret]) -> Ret;

Similar to TaskJoin but takes an extra argument sent directly from the task in algorithms with ReduceStyle::Arg.