| 91 | |
| 92 | |
| 93 | AsyncCommandExecutor::AsyncCommandExecutor(AsyncCommandExecutor::exited_callback_func_t exited_cb) |
| 94 | : timer_(g_timer_new()), |
| 95 | exited_callback_(std::move(exited_cb)) |
| 96 | { } |
| 97 | |
| 98 | |
| 99 |
nothing calls this directly
no outgoing calls
no test coverage detected