forkjoin::TaskJoin [] [src]

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

Type definition of functions joining together forked results. Only used in AlgoStyle::Reduce algorithms with ReduceStyle::NoArg.