why are you even bothering to use `launch` and `wi...
# coroutines
b
why are you even bothering to use
launch
and
withContext
?
s
Spirit of adventures😊
b
but i mean you're not actually using them for what they are meant for. you're trying to undo what they are designed to do. if you just remove them from your code you'll get exactly what you're trying to achieve
s
It's just an example to show the problem is minimum amount of code, removing this code will not help me to achieve the goal😁