1
This commit is contained in:
2022-05-23 09:53:54 +02:00
parent 0fd0ff54e6
commit c0ee06f21e
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,7 @@ void CoroutineLoop::run() {
int i = 0;
while (true) {
kout.setpos(0, 20 + this->id);
kout.setpos(0, 21 + this->id);
kout << "Corout[" << this->id << "]: " << i++ << endl;
this->switchToNext();