Check if the asynchronous result associated with an instance of std::experimental::shared_future
is ready.
bool is_ready() const;
this->valid()
would return true
.
true
if the asynchronous
result associated with *this
is ready,
false
otherwise.
Nothing.
#include <experimental/future>