Erik
HttpClient
CoroutineScope
It is also the application coroutine scope that is cancelled immediately at application stop so useful for launching background coroutines.
Aleksei Tirman [JB]
Is it safe and recommended to use this scope to launch coroutines, e.g. to implement logic tied to the client's lifecycle?
A modern programming language that makes developers happier.