36 std::this_thread::sleep_for(std::chrono::milliseconds(1000));
37 auto& out = ctx.outputs().make<
int>(
OutputRef{
"test", 0});
41 {
"test",
"TST",
"A"}},
45 auto count = std::make_shared<int>(0);
46 auto callback = [
count]() {
49 ic.services().get<
CallbackService>().set<CallbackService::Id::ClockTick>(callback);
52 ctx.services().get<
ControlService>().readyToQuit(QuitRequest::All);