| 58 | future_error::~future_error() noexcept {} |
| 59 | |
| 60 | void __assoc_sub_state::__on_zero_shared() noexcept { delete this; } |
| 61 | |
| 62 | void __assoc_sub_state::set_value() { |
| 63 | unique_lock<mutex> __lk(__mut_); |
nothing calls this directly
no outgoing calls
no test coverage detected