Impl NonViralNonPostingInvoker; rename other invokers around posting behaviour

This commit is contained in:
2026-05-19 09:57:24 -04:00
parent 15295ac05e
commit 6396cce7e0
6 changed files with 240 additions and 21 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ struct Group
std::size_t settlementIndex) noexcept
{
/** EXPLANATION:
* It's very convenient that our design for the NonViralNonSuspendingInvoker
* It's very convenient that our design for the NonViralPostingInvoker
* coincidentally allows us to supply a lambda that can be used to test
* for the settlement conditions that are being waited on by the Group's
* co_awaiter.