Nursery: Initial integration

StimulusProducer: syncAwaitAllSettlements should pump caller io_context
This commit is contained in:
2026-06-09 11:19:42 -04:00
parent 5b81ea893c
commit 91fc655b25
15 changed files with 326 additions and 383 deletions
+1
View File
@@ -25,6 +25,7 @@ public:
}
void awaken(bool forceAwaken = false) override {
(void)forceAwaken;
awakened = true;
}
};