New DynamicViralPostingInvoker: takes runtime post-to target

This commit is contained in:
2026-05-31 07:13:10 -04:00
parent a53e0ca325
commit c60854845d
2 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -223,8 +223,8 @@ struct PostingPromise
ExplicitPostTarget _calleePostTarget,
TailArgs &&...) noexcept
: returnValues(),
postBackStatus(*this),
calleePostTarget(std::move(_calleePostTarget))
calleePostTarget(std::move(_calleePostTarget)),
postBackStatus(*this)
{}
/** Viral / free-function entry: post-TO uses ThreadTag default. */