Group now supports heterogeneous invokers for fanout

This commit is contained in:
2026-05-24 04:01:34 -04:00
parent daad2a8c95
commit e29bee52cf
3 changed files with 74 additions and 50 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public:
protected:
using PuppetLifetimeMgmtInvoker =
PuppetThread::ViralThreadLifetimeMgmtInvoker;
using PuppetLifetimeMgmtGroup = co::Group<PuppetLifetimeMgmtInvoker>;
using PuppetLifetimeMgmtGroup = co::Group;
void addAllPuppetLifetimeInvokersToGroup(
PuppetLifetimeMgmtGroup &group,