FutureHandle.done

Return $(D_KEYWORD true) if the future is done.

Done means either that a result/exception are available, or that the future was cancelled.

interface FutureHandle
const
bool
done
()

Meta