I've been trying to think of how coroutines are us...
# coroutines
s
I've been trying to think of how coroutines are useful in games...I still can't think of how to correctly and easily apply them (without abusing, either). I guess it's just because I don't understand how they work exactly. In games you have to be very aware of which thread something is running on and when it happens - in apps it's usually less important