Hey! Does anyone know how to use threads in kotlin...
# kotlin-native
j
Hey! Does anyone know how to use threads in kotlin/native?
c
Presumably there’s a more relevant question in there somewhere. https://dontasktoask.com
j
Ehhh..
j
Not sure I understand what want to know, but no issues using regular JVM threads. I recommend avoid mixing Thread and Coroutines however. It works but easy make mistakes mixing. https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.concurrent/thread.html
l