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
+2 -2
View File
@@ -24,7 +24,7 @@
namespace sscl::co {
template <typename PromiseType, typename T>
class PostingInvoker;
class Invoker;
template <typename T>
struct PostingPromise
@@ -272,7 +272,7 @@ protected:
}
template <typename, typename>
friend class PostingInvoker;
friend class Invoker;
};
template <typename T, typename ThreadTag>