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.
if so,
Are both threads and coroutines concurrent in Kotlin?
So, when the CPU has multiple cores, does Kotlin’s thread use only one core?
New contributor
박성현 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.