std::shared_future<T>:: ~shared_future
From cppreference.com
<
cpp
|
thread
|
shared future
C++
Concurrency support library
|
|
std::shared_future
Member functions | ||||
shared_future::~shared_future
|
||||
Getting the result | ||||
State | ||||
~shared_future
(
)
;
|
(since C++11) | |
If * this is the last object referring to the shared state, destroys the shared state. Otherwise does nothing.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/thread/shared_future/%7Eshared_future&oldid=161223
"