But then how does the Service know how to wait unt...
# coroutines
d
But then how does the Service know how to wait until the work is finished? I thought that for that, the thread needs to be blocked... and UI as a service thread defeats the purpose of running in a Service...?