* Is this task valid. Wait can only be called on vaid tasks. */
| 120 | * Is this task valid. Wait can only be called on vaid tasks. |
| 121 | */ |
| 122 | bool valid() const noexcept { |
| 123 | return f_.valid(); |
| 124 | } |
| 125 | |
| 126 | private: |
| 127 | friend class ThreadPool; |
no outgoing calls
no test coverage detected