Can someone do a code walk through video of corout...
# coroutines
l
Can someone do a code walk through video of coroutines? I'm surprised that no open source project has done this, if their code is clean this would be a lot better than all the documentation they write
g
I did a session on coroutines with live-coding which should give you the basics a year back or so

https://www.youtube.com/watch?v=mWsQRXtzXK0&

l
@gotoOla Sorry I meant a walking through of the actual source code, unit tests, layout of the open source project. Deep dive into the details of the implementation. Didn't you ever wonder why programmers of open source projects don't do this? I would definitely do this if I worked on open source.