Is there any road map when coroutins will be allow...
# coroutines
m
Is there any road map when coroutins will be allowed in common modules?
g
So coroutines not allowed in common modules? You cannot have
expect suspend fun
or just
suspend fun
?
m
I can have suspend modifier in common modules but i believe that there is no coroutines library that can be used in common modules.
g
Yes, but you can provide platform specific implementation, for js you probably need only wrapper for Promise and have suspend API