Destroys a std::experimental::future
object.
~future();
Destroys *this
.
If this is the last reference to the asynchronous result associated
with *this
(if any), then destroy that asynchronous result.
Nothing
#include <experimental/future>