Kshitij Patil
06/05/2024, 11:05 AMrunBlocking { }
in it's intent { }
extension function. runBlocking can throw InterruptedException
when thread being used for executing the coroutine gets interrupted for some reason. This results in a runtime crash. Is there any way to get around this crash?