Is there a way to produce a UML class diagram from...
# coroutines
j
Is there a way to produce a UML class diagram from the coroutines library source code? Or has anyone produced it already? I thought it would be helpful to have it to learn better about coroutines, as a beginner.
d
Since a lot of the coroutine stuff is based on conventions it maybe doesn't help that much... However if you like learning through videos (after you read the docs) then i can recommend some
j
That would also be helpful.
d
maybe start out with how the system was designed and how it works internally

https://www.youtube.com/watch?v=YrrUCSi72E8

then how this could be applied

https://www.youtube.com/watch?v=a3agLJQ6vt8

oh i think this one first actually

https://www.youtube.com/watch?v=_hfBv0a09Jc

👍 1
j
I’m still curious about producing a UML diagram, so anyone who knows about it please feel free to reply.