Comment on C++ Coroutine Theory (2017)parentComments−ioquatix8yActually, a coroutine is just a more generalised function - it's a function which retains it's state over multiple calls.I recommend watching this video, which has a great overview. https://www.youtube.com/watch?v=_fu0gx-xseY
Comments
Actually, a coroutine is just a more generalised function - it's a function which retains it's state over multiple calls.
I recommend watching this video, which has a great overview. https://www.youtube.com/watch?v=_fu0gx-xseY