Task.ReturnType

The return type of the function called by this Task. This can be void.

struct Task(alias fun, Args...)
alias ReturnType = typeof(fun(_args))

Meta