Spinscale: add dynamic coro post-to targeting; test on dev reattacher

This commit is contained in:
2026-05-30 20:46:41 -04:00
parent 35eb466a60
commit ac39a8b876
3 changed files with 14 additions and 4 deletions
@@ -39,7 +39,8 @@ private:
mrntt::MrnttNonViralPostingInvoker reattachKnownListCReq(
std::exception_ptr &exceptionPtr,
std::function<void()> callback);
std::function<void()> callback,
sscl::co::ExplicitPostTarget postTarget);
DeviceManager &parent;
std::shared_ptr<sscl::ComponentThread> ioThread;