Checks whether this SharedPromise has been fulfilled.
Declared in <folly/futures/SharedPromise.h>
<folly/futures/SharedPromise.h>
bool isFulfilled() const;
true if a result has been set, false otherwise.
true
false