Thread status

Report a typo

What is the thread's status in the following code?

fun main() {
    val thread = thread(start = false, block = {})
    println(thread.state)
}
Enter a short text
___

Create a free account to access the full topic