Comment on C++ Coroutine Theory (2017)parentComments−vvanders8yYeah, they're awesome for doing sequences of events that can have temporal gaps in the middle.We used to use them(Lua) in games to do scripted sequences and AI. Was simple enough that even our designers could edit/extend them.
Comments
Yeah, they're awesome for doing sequences of events that can have temporal gaps in the middle.
We used to use them(Lua) in games to do scripted sequences and AI. Was simple enough that even our designers could edit/extend them.