https://kotlinlang.org logo
#coroutines
Title
# coroutines
g

Gabriel Machado

12/04/2019, 1:35 PM
Is the return type of
suspend
functions always
Object
when compiled?
👌 3
d

diesieben07

12/04/2019, 1:36 PM
Yes, because they need to be able to return the special value
kotlin.coroutines.intrinsics.COROUTINE_SUSPENDED
g

Gabriel Machado

12/04/2019, 2:11 PM
I see, thank you.
3 Views