Anuone can explain coroutines? . | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Anuone can explain coroutines? .

corutines lkotlin

10th Apr 2019, 2:17 AM
abdurrahim hassan
abdurrahim hassan - avatar
2 Respostas
+ 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