"Kotlin/Native single-threaded workers support: co...
# coroutines
j
"Kotlin/Native single-threaded workers support: coroutines can be safely used in multiple independent K/N workers." Are there examples of this?
g
You can use runBlocking in workers, not only on main thread
j
👍