guys, could anybody explain, what this sentence fr...
# coroutines
d
guys, could anybody explain, what this sentence from Coroutines Guide means?
We don't have to cancel these coroutines in this example app, because coroutines are like daemon threads, but in a larger app we'll need to stop our pipeline if we don't need it anymore.
What are "larger apps"? Do we need to close channels due to potential memory leaks?