std::experimental:: packaged_task
From cppreference.net
<
cpp
|
experimental
C++
Experimental
| Technical Specification | ||||
| Filesystem library (filesystem TS) | ||||
| Library fundamentals (library fundamentals TS) | ||||
| Library fundamentals 2 (library fundamentals TS v2) | ||||
| Library fundamentals 3 (library fundamentals TS v3) | ||||
| Extensions for parallelism (parallelism TS) | ||||
| Extensions for parallelism 2 (parallelism TS v2) | ||||
| Extensions for concurrency (concurrency TS) | ||||
| Extensions for concurrency 2 (concurrency TS v2) | ||||
| Concepts (concepts TS) | ||||
| Ranges (ranges TS) | ||||
| Reflection (reflection TS) | ||||
| Mathematical special functions (special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
std::experimental::packaged_task
可能指:
-
std::experimental::fundamentals_v1::packaged_task或std::experimental::fundamentals_v2::packaged_task,由 库基础技术规范 提供的 std::packaged_task 修改版本,支持类型擦除分配器; -
std::experimental::concurrency_v1::packaged_task,由 并发技术规范 提供的std::packaged_task修改版本,其get_future()成员函数返回该技术规范提供的改进版 std::experimental::future 。