Very janky barely working coroutine version of the game, the UI is more responsive, but not as much as it should be. Still, take a look and study the coro.hpp and other files in this commit for some coroutine stuff.

This commit is contained in:
Zed A. Shaw 2024-09-06 23:35:17 -04:00
parent 8f7235ade1
commit cacf72604f
6 changed files with 38 additions and 15 deletions

View file

@ -102,3 +102,6 @@ struct Task {
}
}
};
struct Pass : std::suspend_always {
};