FuturePromise.succeeded

TODO: 1) keep this operation atomic 2) return a flag to indicate whether this option is successful.

  1. bool succeeded()
    class FuturePromise(T)
    static if(is(T == void))
    bool
    succeeded
    ()
  2. bool succeeded(T result)

Meta