* Replace `void SceneLoop()` with `TASK(void) SceneLoop()` * Replace `AnotherSceneLoop()` with `AWAIT AnotherSceneLoop()` * Replace `flip_screen()` with `AWAIT flip_screen()` * Replace `return` with `CO_RETURN` * At the end of `flip_screen()` impl, `AWAIT next_frame()`