Task.done

Returns true if the Task is finished executing.

struct Task(alias fun, Args...)
@property @trusted
bool
done
()

Throws

Rethrows any exception thrown during the execution of the Task.

Meta