Makes sense. Is there a way to get a callback in ...
# coroutines
k
Makes sense. Is there a way to get a callback in the coroutine when the background thread is done? In c# we could do an await in the UI thread. Was easy to UI async calls in the same thread and do an await in the same thread and deadlock unfortunately. Sounds like that's also happening with kotlin from the comments above ☺️