I think so, but at the same time, `runBlocking { w...
# coroutines
l
I think so, but at the same time,
runBlocking { withContext(UI) { getAndClearUiThreadConfinedData() } }
or
runBlockingInContext(UI) { getAndClearUiThreadConfinedData() }
seem less confusing. I can write the latter myself BTW