void.
If the future has been cancelled, throws $(D_PSYMBOL CancelledException). If the future's result isn't yet available, throws $(D_PSYMBOL InvalidStateException). If the future is done and has an exception set, this exception is thrown.
See Implementation