forkjoin::TaskFun
[−]
[src]
type TaskFun<Arg, Ret> = fn(Arg) -> TaskResult<Arg, Ret>;
Type definition of the main function in a task. Your task functions must have this signature