Join Slack
Communities
Powered by
Since HttpClient extends CoroutineScope, is it saf...
# ktor
z
Zoltan Demant
05/30/2023, 6:38 AM
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)?
Open in Slack
Previous
Next