Fundamental Coroutine Aspects in Kotlinby@azamatnurkhojayev
971 reads

Fundamental Coroutine Aspects in Kotlin

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Coroutines are lightweight threads providing better use of apps they are operating on. Kotlin coroutines share threads, let’s say, from a respective pool. They execute a prolonged operation and wait for it to complete without blocking. As you can’t manually control the threads performing them, you can use them to get the most out of your time while waiting for the build to complete.

Company Mentioned

Mention Thumbnail
featured image - Fundamental Coroutine Aspects in Kotlin
Azamat Nurkhojayev HackerNoon profile picture

@azamatnurkhojayev

Azamat Nurkhojayev

I'm an Android developer. Teaches courses at the programming school, and writes articles about development.


Receive Stories from @azamatnurkhojayev

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!