mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-06-23 19:48:32 +00:00
Group now supports heterogeneous invokers for fanout
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
protected:
|
||||
using PuppetLifetimeMgmtInvoker =
|
||||
PuppetThread::ViralThreadLifetimeMgmtInvoker;
|
||||
using PuppetLifetimeMgmtGroup = co::Group<PuppetLifetimeMgmtInvoker>;
|
||||
using PuppetLifetimeMgmtGroup = co::Group;
|
||||
|
||||
void addAllPuppetLifetimeInvokersToGroup(
|
||||
PuppetLifetimeMgmtGroup &group,
|
||||
|
||||
Reference in New Issue
Block a user