I want to know whether kotlin native coroutines ar...
# kotlin-native
s
I want to know whether kotlin native coroutines are supported in iOS or not. I heard that starting from kotlin 1.3, iOS is supported.
g
coroutines are supported, but only single-threaded for now
s
@gildor Okay Thanks 👍