| 2211 | static_cast<base_type*>(this)->swap(other); |
| 2212 | } |
| 2213 | bool run_if_is_deferred() { |
| 2214 | return this->future_->run_if_is_deferred(); |
| 2215 | } |
| 2216 | bool run_if_is_deferred_or_ready() { |
| 2217 | return this->future_->run_if_is_deferred_or_ready(); |
| 2218 | } |
no outgoing calls
no test coverage detected