Future.raise

Set the future's state to raised exception

struct Future(T)
@nogc
void
raise
(
Throwable ex
)

Meta