ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Четверг
21 ноября
1466986 Топик полностью
POV (02.10.2024 16:22, просмотров: 144) ответил =AlexD= на Вызывать корутину из корутины можно. Иначе в них нет смысла.
C++20 coroutines are stackless, which means you can only suspend inside a coroutine itself - suspension depends on the compiler transforms of the coroutine (into a state machine object) to achieve the suspend. 

https://hacksoflife.blogspot.com/2021/06/we-never-needed-stackfull-coroutines.html