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
gotoOla
06/12/2020, 10:06 PM
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
Luis Munoz
06/13/2020, 1:05 AM
@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.