How is an async task that has a while(true) and us...
# getting-started
j
How is an async task that has a while(true) and uses a blocking queue in Kotlin? I don't want to block the main thread. I've read about coroutines but I am not sure I undertood them well