Unify [Non]PostingInvoker into Invoker

This commit is contained in:
2026-05-24 04:32:44 -04:00
parent 5d139abff2
commit e7707dacdf
4 changed files with 24 additions and 101 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ struct NonPostingPromise
PromiseChainLink *callerChainLink = nullptr;
template <typename, typename>
friend class NonPostingInvoker;
friend class Invoker;
};
} // namespace sscl::co