MCPcopy Create free account
hub / github.com/ashaduri/gsmartcontrol / AsyncCommandExecutor

Method AsyncCommandExecutor

src/applib/async_command_executor.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93AsyncCommandExecutor::AsyncCommandExecutor(AsyncCommandExecutor::exited_callback_func_t exited_cb)
94 : timer_(g_timer_new()),
95 exited_callback_(std::move(exited_cb))
96{ }
97
98
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected