Owain Evans
03/25/2021, 1:36 AMApplicationCall
function is called I'm already on a coroutine context.
My questions are:
• Do I need to ever move away from the default context that ktor server call starts on? - I don't think I'm doing anything computationally expensive (I think), but I am wrapping some third party callbacks like firestore and calling a few third party api's which I'm using the ktor client for anyway.
• Are there tools to monitor and discover what parts of the code I should be moving to a different, lower priority, context?hhariri
03/29/2021, 5:04 AM