What is the thread's status in the following code?
fun main() {
val thread = thread(start = false, block = {})
println(thread.state)
}What is the thread's status in the following code?
fun main() {
val thread = thread(start = false, block = {})
println(thread.state)
}Create a free account to access the full topic