51 auto jdescription = nlohmann::json::parse(desrciption);
52 auto module = jdescription["module"].get<std::string>();
53 return std::make_unique<DummyMuxedInterruptDistributor>(std::move(parent), module);
Send backend-specific asynchronous data to different distributors: