* Get the result of that task. Can be called multiple times from multiple * threads. Only accessible from within the threadpool `wait` loop. */
| 212 | * threads. Only accessible from within the threadpool `wait` loop. |
| 213 | */ |
| 214 | Status get() { |
| 215 | return f_.get(); |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * The encapsulated `std::shared_future`. |