mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-06-23 19:48:32 +00:00
Unify [Non]PostingInvoker into Invoker
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user