Relative Content

Tag Archive for multithreadingkotlin

Kotlin Thread in multi core

I’m new to Kotlin Trehad.
According to what I found, in Kotlin, threads and coroutines work with concurrency.
It seems that if I want to operate with parallelism, I can implement it using parallel of java stream or pmap.