What does this function really mean? Is it launchi...
# coroutines
a
What does this function really mean? Is it launching a coroutine on each invocation?
e
It is not launching anything and simply works in the context in which it is called.