I repeat the question from getting-started: How is...
# coroutines
j
I repeat the question from getting-started: 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