Is it appropriate to use the `Application` corouti...
# ktor
c
Is it appropriate to use the
Application
coroutine scope to launch long-running background tasks? Should I use
GlobalScope
instead?
👍 1