Kotlin process waits for all threads to finish?

前端 未结 0 541
北恋
北恋 2020-12-20 00:57

I wrote this simple testing program:

fun main() {
    println("Main Start")

    thread {
        println("Thread Start")
        Thread.s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题