Initial implementation of 'engio' finished
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user