* Get the result of that task. Can only be used once. Only accessible from * within the threadpool `wait` loop. */
| 139 | * within the threadpool `wait` loop. |
| 140 | */ |
| 141 | Status get() { |
| 142 | return f_.get(); |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * The encapsulated `std::shared_future`. |
no outgoing calls