Construct a std::experimental::shared_future
object without
an associated asynchronous result.
shared_future();
Constructs a new std::experimental::shared_future
instance.
valid()
returns false
for
the newly constructed instance.
Nothing.
#include <experimental/future>