Anuone can explain coroutines? . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Anuone can explain coroutines? .

corutines lkotlin

10th Apr 2019, 2:17 AM
abdurrahim hassan
abdurrahim hassan - avatar
2 Answers
+ 3
Kotlin coroutines are lightweight threads. The most interesting thing is that a thread can stop executing a coroutine at some specific “suspension points”, and go do some other work. It can resume executing the coroutine later on, or another thread could even take over.
10th Apr 2019, 2:47 AM
eMBee
eMBee - avatar
+ 1
thanks:) good answer
18th Apr 2019, 7:57 AM
abdurrahim hassan
abdurrahim hassan - avatar