Since HttpClient extends CoroutineScope, is it safe to call `client.launch {}` to perform some async...
z
Since HttpClient extends CoroutineScope, is it safe to call
client.launch {}
to perform some asynchronous work, as opposed to having a separate CoroutineScope (that would match the clients lifecycle, etc)?