<@UCPH15U5U> thanks for your answer! Actually i do...
# coroutines
f
@Dico thanks for your answer! Actually i don’t understand Kotlin’s intrinsic very well, are the intrinsic functions platform-dependent?
i
Yes and no. Since an intrinsic integrates with generated code at the lowest level, every platform code generator has a routine to generate it. But all of them do basically the same. If intrinsic's behavior is different on different platforms, this is a bug.