Initial implementation of 'engio' finished

This commit is contained in:
2023-10-24 15:49:43 -04:00
parent 7f5744da2d
commit c0c360a3a7
8 changed files with 49 additions and 25 deletions

View File

@@ -141,11 +141,7 @@ public:
}
void do_work_command(const util::StringVec &words) {
int reps = 10000;
for (int i = 0; i < reps; i++) {
world_to_synchronous();
world_to_asynchronous();
}
// The 'work' command is a stub for sticking temporary debugging code in here.
}
void do_quit_command(const util::StringVec &words) {