SenseApis: Make attachDeviceReq async in drivers and SenseApiMgr

Slowly retrogressively making these sequences async
This commit is contained in:
2025-09-10 06:51:55 -04:00
parent 5b5a701c69
commit 1b6b12256d
9 changed files with 282 additions and 116 deletions
+2
View File
@@ -54,6 +54,7 @@ const std::string DeviceManager::stringifyDeviceSpecs(void)
return oss.str();
}
#if 0
void DeviceManager::newDeviceAttachmentSpecInd(
std::shared_ptr<DeviceAttachmentSpec> spec,
std::function<void(
@@ -109,6 +110,7 @@ void DeviceManager::newDeviceAttachmentSpecInd(
callback(false, nullptr, nullptr);
}
}
#endif
} // namespace device
} // namespace smo