std::experimental::packaged_task
From cppreference.com
< cpp | experimental
std::experimental::packaged_task
may refer to:
-
std::experimental::fundamentals_v1::packaged_task
orstd::experimental::fundamentals_v2::packaged_task
, a modified version of std::packaged_task provided by the library fundamentals TS with support for type-erased allocators; -
std::experimental::concurrency_v1::packaged_task
, a modified version ofstd::packaged_task
provided by the concurrency TS whoseget_future()
member function returns the improved std::experimental::future provided by that TS.