mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-06-24 11:58:33 +00:00
New DynamicViralPostingInvoker: takes runtime post-to target
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user