Do I understand correctly that if I have coroutine...
# coroutines
o
Do I understand correctly that if I have coroutine, and other sub-coroutines inside it, and I "cancel" (exit) it, the gargbage collector does cleaning up all the sub-co-routines (sorry for confusing terminology)
g
Yes, correct