Fixed some namespace-related issues.

This commit is contained in:
Tim Ambrogi
2022-05-19 11:11:08 -04:00
parent af9ec263a1
commit 75748915ed
4 changed files with 5 additions and 3 deletions

View File

@@ -61,6 +61,8 @@ Task<> TestFsmTask()
auto fsmTask = fsm.Run();
fsmTask.RequestStop();
co_await std::move(fsmTask);
co_await WaitUntil([] { return true; });
}
void TestTaskFSM()